I've a gird with several child grids.
One of the grids has the details and is always expanded, and I'd like to hide the selector column.
Is there a way to do that?
Like usual, found the answer as soon as I sent the text.
<ig:Band DataKeyFields="ParcelID" DataMember="DetailsSqlDataSource_DefaultView" AutoGenerateColumns="false" Key="DetailsSqlDataSource_DefaultView" showHeader="False" ItemCssClass="Textboxes" ExpansionColumnCss="displayNone" >
Set the ExpansionColumnCss to a css class with the Display set to None.
Hides the column.
Now only have to find out how to remove the padding around the border.
Hello Charles,If I understand you correctly you have enabled row selectors and all you have to do is to enter in the behaviors of the current band and disable row selectors.