How can I remove the column that shows the selected row on the left sode of the grid?
Hello,
I believe you are referring to the RowSelector column. You can disable / enabled it using the DisplayLayout.RowSelectorDefault property and set it to "Yes" / "No" depending on what you need, e.g.
<DisplayLayout RowSelectorsDefault="No" ... />
How can you remove the Row Selector for a child band, but leave it on the parent band?
Each band has a RowSelectors property. You can set this to override whatever value is set in the DisplayLayout.RowSelectorsDefault property for that individual band.
I assumed that and looked through the documentation, and browsed the class and can't seem to find it??
This link leads to the API documentation of the RowSelectors property of the UltraGridBand class, as contained in our online help documentation of NetAdvantage for .NET 2009 Volume 1.
Thanks. Don't know how I was missing that. :(