GridGrouping and two questions

Hi together, I have two questions concerning the gridgrouping control of syncfusion. 1. I want to disable the CaptionRow of the table. Is this only possible while setting the CaptionRowHeight to "0"? 2. I want to automatically size the columns so taht tey fill the whole grid control - can this be done? Kind regards Markus

1 Reply

AD Administrator Syncfusion Team August 9, 2005 12:46 PM UTC

1) If by disable, you mean hide, try these properties. You may not need them all depending on whether you have child groups or nested tables. this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false; this.gridGroupingControl1.ChildGroupOptions.ShowCaption = false; this.gridGroupingControl1.NestedTableGroupOptions.ShowCaption = false; 2) See this thread. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=26694

Loader.
Up arrow icon