How can I prevent the current record indicator from showing?
The ShowIndicator property controls the visibility of the Current Record Indicator which is displayed in the Row Header. Setting this property to false will not show the Current Record Indicator. Please refer the below code snippet which illustrates this:
C#
this.GridGroupingControl1.ShowIndicator = false;
VB
Me.GridGroupingControl1.ShowIndicator = False