Customizing Grouped Header Text

Hi, how can we change the grouped header text in GripGroupControl? Right now by default, we have [Grouped Column][Grouped Item][# of Grouped Items] How can we customize this?

1 Reply

AD Administrator Syncfusion Team April 18, 2006 04:36 AM UTC

Hi Kai, The Group CaptionText can be customized using the TableDescriptor.ChildGroupOptions.CaptionText property (gridGroupingGrid.TableDescriptor.ChildGroupOptions.CaptionText = "{CategoryName}: {Category}";). The QueryCellStyleInfo event can also be handled to have your own text in the group caption row. Please refer to the below forum for more details. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=11530 Regards, Calvin.

Loader.
Up arrow icon