Building from the link listed below, how would one sum the totals for a footer in a Band.
http://blogs.infragistics.com/forums/t/36500.aspx
Thanks
Hi,
A Band's data is actually spread through many rowIslands or the inner grids. We don't bind to all the Band data at once, because that would have a big performance impact, so you need summary information for the whole Band, you would have to calculate that on your own from your datasource and just access the grid's footer(s) to display the data.
Thanks,Olga