CH
Clive Hill
August 8, 2006 12:49 PM UTC
Try:
GGC.ChildGroupOptions.CaptionText =
AD
Administrator
Syncfusion Team
August 8, 2006 12:54 PM UTC
Hi Chris,
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, there check for the e.TableCellIdentity.TableCellType to be GroupCaptionCell and set the text. Kindly refer to the forum thread below for more details.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=11530
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=34184
Thanks,
Rajagopal