Summary by group

Hi,

I'm trying to create a datagrid with 3 group levels and I need the summaries for each group level. Read above post and followed given instructions, but seems summaries are allowed to be inserted only in each group CaptionSummaryRow.
How can summaries be inserted in a GridSummaryRow (or in both CaptionSummaryRow and GridSummaryRow) for each group?
Thanks.
Gianfranco Carrozzino​

Attachment: PopupGestioneIVAView_d6166e44.zip

1 Reply

SP Sreemon Premkumar Muthukrishnan Syncfusion Team July 2, 2024 03:56 PM UTC

Hi GIANFRANCO CARROZZINO,

We have reviewed the information and the XAML file you shared. By default, the Group Summary calculates the summary based on the records in the group, and the summary information is displayed at the bottom of each last-level group. For the caption summary, the summary details are calculated based on the records in a group, and the summary information is displayed in the caption of each level of the group.

To show the summary details for each level of groups, you have to calculate the summary and show the details in the caption summary row. We have modified the sample based on your requirement, please find it in that attachment.

If we have misunderstood your requirement, could you please provide more information about your requirement and also the post you followed? This will help us validate it further and provide a solution based on your requirement as soon as possible.

Regards,
Sreemon Premkumar M.


Attachment: SfDataGrid_Summary_ef3f09f6.zip

Loader.
Up arrow icon