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
975
Summary Row Appearance
posted

Hello; 

I'm having trouble getting my grid, with group by functionality set,  to show a Grand Total summary for the whole grid, but not a separate summary row for each set of grouped rows, because I'm already showing summaries for each set of grouped rows in it's groupBy row.

This property,

e.Layout.Override.SummaryDisplayArea |= SummaryDisplayAreas.GroupByRowsFooter;

Seems to be necessary to get that whole-grid grand total, but ut also adds summary rows for each set of grouped rows.

Thanks for any help...

Bill