Total for numeric column in grouing grid

Hi,

I need a help for a problem i am facing in grouping grid. Scenario is....
I have a Grouping grid which had data grouped with some column name. I need to have a rows with total for each group's numeric column respective of column names.
Once i get total of numeric column for all groups i want one one more row at bottom as total of all this total group rows.

Kindly let me know is this possible and how to achieve his functionality.

Thanking you in advance.

Thanks,
Gomati


2 Replies

GO Gomati March 31, 2008 03:00 AM UTC

Hi,

Any updates? please reply.

Thanks,
Gomati,

>Hi,

I need a help for a problem i am facing in grouping grid. Scenario is....
I have a Grouping grid which had data grouped with some column name. I need to have a rows with total for each group's numeric column respective of column names.
Once i get total of numeric column for all groups i want one one more row at bottom as total of all this total group rows.

Kindly let me know is this possible and how to achieve his functionality.

Thanking you in advance.

Thanks,
Gomati





AD Administrator Syncfusion Team March 31, 2008 09:45 AM UTC

Hi Gomati,

Thank you for your interest in Syncfusion Products.

To display summary value at the end of each grouped row, we need to set ShowCaptionSummaryCells property to false and ShowSummeries property to true as described below:

mainTD.ChildGroupOptions.ShowCaptionSummaryCells = false;
mainTD.ChildGroupOptions.ShowSummaries = true;

Please find the simple sample in the following link:

http://websamples.syncfusion.com/samples/Grid.Web/6.1.0.34/F72592/main.htm

Please let me know if any concerns.

Regards,
Fathima



Loader.
Up arrow icon