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?
Thanks Rumen!