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
1685
Summary InGroupByRows, but only when not expanded
posted

I want to use the following so that when a group is collapsed you can still see the totals.
When it's expanded though, I think it's confusing to show this and the same total at the bottom of the group. Therefore I only effectively want  BottomFixed and GroupByRowsFooter in this case.

This question was asked years ago on the old forum. Is there now any way to achieve this without draw/creation filters?

E.g. are there some events I could trap instead and stop the summary displaying?

DisplayLayout.Override.SummaryDisplayArea = SummaryDisplayAreas.BottomFixed;
DisplayLayout.Override.SummaryDisplayArea |= SummaryDisplayAreas.InGroupByRows
DisplayLayout.Override.GroupBySummaryDisplayStyle = GroupBySummaryDisplayStyle.SummaryCells