Summary Rows in Grouping Control

I have displayed a bunch of data in the grouping grid control and I have created groups based on one column. I have also added a summary row and it is working great. The summary row shows for each group. I would like the summary row to show for each group even when the group is colapsed. Or even better, let the summary row be the row that shows the title when it is colapsed. How do I do this. Thanks again. P.S. I am really enjoying the syncfusion package, very professional.

2 Replies

AD Administrator Syncfusion Team November 2, 2004 01:40 PM UTC

There is a property, this.gridGroupingControl1.ChildGroupOptions.ShowGroupSummaryWhenCollapsed, that should allow the summaries to show when the group is collapsed. Also, if you want the summary to show in teh caption, you can set the grid.ChildGroupOptions.ShowCaptionSummaryCells. See this thread for some code.


CM Colin Marsh November 2, 2004 07:45 PM UTC

You Rock Clay,... Thanks

Loader.
Up arrow icon