Hello,
You can prevent the DataRows from being selected by setting the CanBeSelected property to false on the DataRowTemplate. The same goes for other rows, they all have a CanBeSelected property.
As for the RowSelectorPane, you can set its Visible property to false to hide it.
GridControl1.RowSelectorPane.Visible = False
I hope this helps!
Imported from legacy forums. Posted by Jenny [Xceed] (had 3091 views)