Articles in this section
Category / Section

How do I show/hide Row Headers in GridGroupingControl?

1 min read

 

The visibility of the Row headers for a particular table can be controlled by the ShowRowHeader property in the TableOptions settings.

C#

//Hide Row Headers

this.GridGroupingControl1.TableOptions.ShowRowHeader = false;

VB

'Hide Row Headers

Me.GridGroupingControl1.TableOptions.ShowRowHeader = False

Sample:

http://help.syncfusion.com/support/samples/kb/Grid.Web/6.1.0.34/GGCHideRowHeader/GGCHideRowHeader.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied