Telerik ASP.NET Radgrid - get rid of the group splitter column

 

For Each column As GridColumn In RadGrid1.MasterTableView.RenderColumns
    If TypeOf (column) Is GridGroupSplitterColumn Then
        column.Display = False
    End If
    If TypeOf (column) Is GridRowIndicatorColumn Then
        column.Display = False
    End If
Next

 

 


RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences