UltraWebGrid
Infragistics35.WebUI.UltraWebGrid.v9.1
We'd like to keep our subtotals available at all times, even when the groups are collapsed. Our subtotals are in the markup like this: UltraGridBand > Columns > UltraGridColumn > Footer - like so:
<Footer Total="Sum"> <RowLayoutColumnInfo OriginX="4" /></Footer>
How would I get the footer to show even when it's group is collapsed?
Kindly give us detailed solution
using Multiple header for summary is really a good idea.
In my case, I want summary footer at each group by level. If I use multiple header then all the headers will appear for all the sub groups also. I need something like this:-
Header
Item Row 1
20
Item Row 2
30
Level 1 Summary
50
10
40
90
Level 2 Summary
170
2
3
5
1
4
9
17
Grand Total
187
Thanks for your reply.
Currently I am also using multiple header for header text.
And, I have an issue in that. At runtime, based on certain condition I change the header text but header text always show the old text.
Is there any property to be set to show the updated header text.
Thanks,
Ani Lex
Hi,
You can create multiple footers similar to creating multiheaders. Please refer to the following link for more information on multiple headers:
http://forums.infragistics.com/forums/p/9348/36427.aspx
A better approach is to use the WebDataGrid for NetAdvantage 10.3 that will be released on October 18,2010, it will support multiple footers by default.
Magued
Is it possible to get multiple summary footer in ultra web grid?