We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Grid Grouping Control - Hide Column headers

Hello,

I would like to hide columns headers for all childs (levels) in this example. Would anyone please help me on how to do that?

I would like to understand what are different options available in the grid i.e. childgridoption, nestedgridoptions etc.

Is there any documentation available that contains API for the grid grouping control?

Thanks,
C.. Falone


Cs48.zip

1 Reply

AD Administrator Syncfusion Team February 15, 2007 06:04 PM UTC

Hi Chris,

You can turn ON/OFF the group of nested tables column header by using the NestedTableGroupOptions.ShowColumnHeaders property.

gridGroupingControl1.NestedTableGroupOptions.ShowColumnHeaders = false; //Hide the column header
gridGroupingControl1.NestedTableGroupOptions.ShowColumnHeaders = true; //Show the column header

And also you can use the ChildGroupOptions.ShowColumnHeader property to control look and feel of all inner groups column header.

this.groupingGrid1.ChildGroupOptions.ShowColumnHeaders = false;

Also refer to Essential Grid Evalution center for more details.
http://www.syncfusion.com/support/evalcenter/default.aspx?cNode=5

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon