ST
stanleyj
Syncfusion Team
December 13, 2005 09:11 AM UTC
Hi Falk,
To hide the Caption row, you may try these.
this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false;
this.gridGroupingControl1.ChildGroupOptions.ShowCaption = false;
this.gridGroupingControl1.NestedTableGroupOptions.ShowCaption = false;
Best regards,
Stanley