I have a grid setup which is grouping my data fine, I need to add Totals to the Group By and a Total for all the data, is there any examples available for this. I am using the current CTP.
Thanks
David
Hi David,
The following help article goes into detail about how you can customize what's displayed in the GroupBy Row.
To display the totals for the group by row, you can use a Binding to the Records property of the BgropuByDataContext, and a value converter, that simply walks through all the rows, and returns your calculated value.
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2009.2/CLR3.5/html/SL_xamWebGrid_Custom_Groupby_Row_Display.html
Hope this helps,
-SteveZ