I have a financial grid that has a group by on it. I am able to get the footer for each group by to show the appropriate sum of value for the columns i require. What I cant seem to figure out is how do I get a footer to show the sum from each group by group.
eg.
Grouped by Name
Bank Name shares value
Bank 1
Susan 1 $100
Brian 10 $1000
11 $1100
Bank 2
what I want then is another footer here to have the following totals...
22 $2200
So basically I can not figure out how to have a footer apply to all group by's. Any links/code would be appriciated.
Try the following link, if your question is still not answered please Submit an incident to Infragistics Developer Support.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html%5CInfragistics2.Win.UltraWinGrid.v8.2~Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.html
Magued
Does anyone know if this is even possible with a webgrid, not a wingrid? It would seem logical to show a grid with groupby summary footers and then a total footer column at the bottom, but I cannot find any information for this either.