Is it possible to have multiple summary rows in a single band. I have data like below and need to show Summaries as Subtotal for each unique ColA value. Is it possible to show as below without manupulating data in underlying datasource.
Thank you
ColA ColB Col C
1 a 2 1 b 51 c 3
SubTotal 10
2 x 12 z 2
SubTotal 3
3 i 43 j 103 k 43 i 5 Subtotal 23
Is it possible to add summary footer at different levels of group?
consider the scenario:
Col A Col B Col C
alex_mavrodin said:Hi Mike. I am trying to do teh same thing (group by column summaries) with a UltraWEBGrid. Can you please help?
You will need to post your question in the WebGrid forum.
Hi Mike. I am trying to do teh same thing (group by column summaries) with a UltraWEBGrid. Can you please help?
Thanks,
Alex
I'm not sure off the top of my head, but if there is a way, it would probably be via the SummaryDisplayAreas property on the Override.
Now that the custom summary issue has been resolved, does anyone know if there is a way to have a total of each of the groups, i.e. a total of totals, at the bottom of the topmost group?
Here is an example - for the two groups of the column 'Proj' there are summaries. I would like to know if there is a way to have a summary of the totals in the next level group, 'Eff Mgr':