Grouped Column's location


Hello, 
I want to show my Grid's GroupedColumn Name in the summary row. Currently grouped column is displaying at the top.

Regards
Asad Naeem

1 Reply

MK Muthukumar Kalyanasundaram Syncfusion Team September 17, 2014 02:19 PM UTC

Hi Asad,

Thank you for your interest in Syncfusion products.

If you want to show the Caption Summary row for each group, you can use “ShowSummaries” property for all groups to enable the summaries in grouped rows. Please make use of below code,

Code Snippet[C#]:

this.gridGroupingControl1.ChildGroupOptions.ShowCaptionSummaryCells = false;

this.gridGroupingControl1.ChildGroupOptions.ShowSummaries = true;

Please refer the below attached sample.

Please let me know if I misunderstood your query.

Regards,

Muthukumar K


Attachment: Caption_Summary_Demo_e1c0353.zip

Loader.
Up arrow icon