Hide the items-count row in a ggc

Hi, maybe it''s a stupid question - but I can''t find it out: How can I hide the row that displays the number of Items: "xxx Items" (the first row) in a gridgroupingcontrol? Greetings Falk

1 Reply

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

Loader.
Up arrow icon