GridGroupingControl & Groups

Hi, 1- How can i expand the first group of the gridGroupingControl ? 2- How can i customize the text of the groups (i want to replace "items" by "customers" for sample) ? Regards, Mikaël

1 Reply

AD Administrator Syncfusion Team June 16, 2005 08:13 PM UTC

1) You can try code like: this.gridGroupingControl1.Table.TopLevelGroup.Groups[0].IsExpanded = true; 2) You can use QueryCellStyleInfo to specify the caption text to be whatever you might want to use. Here is a forum thread on this. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=25802

Loader.
Up arrow icon