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
695
Summary Totals in the GroupByRow and SummaryRow
posted

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

 

 

  • 40030
    Suggested Answer
    Offline posted

    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