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