Articles in this section
Category / Section

How do I show/hide Column Headers?

1 min read

 

The visibility of the Column header can be controlled by the ShowColumnHeaders property in the TopLevelGroupOptions settings.

C#

//Hide Column Headers

this.GridGroupingControl1.TopLevelGroupOptions.ShowColumnHeaders = false;

VB

'Hide Column Headers

Me.GridGroupingControl1.TopLevelGroupOptions.ShowColumnHeaders = False

Sample:

http://help.syncfusion.com/support/samples/kb/Grid.Web/6.1.0.34/GGCHideColumnHeader/GGCHideColumnHeader.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