Hi and thanks for any help.
Is it possible to have the summaries show up in the groupbyrow aligned to the column that it is being applied to? So when the group is hidden you can see the summaries....kind of like Excel group by.
Thanks
Zack
Hi Zack,
Currently, we don't have offer an option with our summary settings, to have the groupby row display the summary information.
However, it is possible to display your own summary, using the GroupByItemTemplate property of a column:
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2009.1/CLR3.5/html/SL_xamWebGrid_Custom_Groupby.html
You can instead bind to the Records property of the GroupByDataContext object, and use a value converter to walk through all the data to calculate the summary.
Hope this helps,
-SteveZ