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
365
QuerySummaryResult for group summaries
posted

Hi

Could you please explain how should I work with group summaries when SummaryEvaluationMode is set to "Manual"?

When it queries summary result for group I can't find any way how to determine what current group is.

Parents
  • 138253
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into it and I can suggest you see the sample in the Samples Browser under xamGrid / Performance / Improved Performance in Summaries section, which shows how to use ListCollectionView data source, which is sorted outside of the xamDataGrid (SummaryEvaluationMode is set to "Manual") and IEnumerable collection in which the calculation is perform manually with LINQ (SummaryEvaluationMode is set to "UseLinq").

     

    Hope this helps you.

Reply Children