Summary Rows as Group Header Rows

Is there a way of making group header rows look like normal rows? I want a summary row as the group header with the plus/minus sign next to it. Please can you tell me whether this is possible? Thanks, Ben.

3 Replies

AD Administrator Syncfusion Team June 10, 2004 09:44 AM UTC

Hi Ben, Yes, you can do the following: TableDescriptor td = groupingGrid.TableDescriptor; td.ChildGroupOptions.ShowCaptionSummaryCells = true; td.ChildGroupOptions.CaptionSummaryRow = "Totals"; Whereas "Totals" is a summary row. See the attached example. ShowCaptionSummaryCells_6686.zip Let me know if you need more details. Thanks, Stefan


AD Administrator Syncfusion Team June 10, 2004 10:28 AM UTC

Hi Stefan, Thanks for your sample. Does it work with SyncFusion 2.0.5.0? When I try to compile I''m told neither the ShowCaptionSummaryCells or CaptionSummaryRow properties exist. Also, I get a license error that appears to relate to Syncfusion.GroupingConfig. Ben


AD Administrator Syncfusion Team June 10, 2004 05:41 PM UTC

You need 2.0.5.1. We added that property after 2.0.5.0. Stefan

Loader.
Up arrow icon