So, the deal is this: I'm developing for a phone, and I need the real estate. I need to get rid of this column. Here's how.
For
Each
column
As
GridColumn
In
RadGrid1.MasterTableView.RenderColumns
If TypeOf (
)
Is
GridGroupSplitterColumn
Then
.Display =
False
End
If
GridRowIndicatorColumn
Next