How can I remove the column that shows the selected row on the left sode of the grid?
Thanks. Don't know how I was missing that. :(
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.
I assumed that and looked through the documentation, and browsed the class and can't seem to find it??
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.
How can you remove the Row Selector for a child band, but leave it on the parent band?