Columns in the grid grouping cell caption

Hi,

Is there any way we can add columns to the group caption cell so that we can display values related to the group in each column?


Thanks,

Mustapha

1 Reply

HA haneefm Syncfusion Team July 5, 2007 03:44 PM UTC

Hi Mustapha,

To spilit caption row into column field cells in a group, you can use this code:

this.gridGroupingControl1.ChildGroupOptions.ShowCaptionSummaryCells = true; //For spiliting the CaptionCells.

Best Regards,
Haneef

Loader.
Up arrow icon