Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
Group By
posted

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

Parents
No Data
Reply
  • 40030
    Offline posted

    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

Children
No Data