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

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.
Live Chat Icon For mobile
Up arrow icon