Hello,
I have groups and summaries displayed in my grid, and when I collapse a group, the summaries for that group are hidden. Is there a way to keep the summaries displayed when collapsing the group ? There is an option "In Group By Row" in the Feature Picker/Summaries/Summary Display Area but it puts the summary inside the group by row and we don't want that.
Thanks
Erwin
Hi Erwin,
Other than putting the summary inside the GroupByRow, there is no way to do this.
Mike,
Is there a way (programmatically) to display the summaries inside the group by row if it is collapsed and display the summaries at the bottom if the group by row is expanded, meaning you won't see the summaries inside an exapnded group by row.
No, the position of the summaries is determined on the band level. So you can't do it for each row.
I suppose if you have only a single line of summaries and the summaries are on the same line with the GroupByRow Description, you would use a DrawFilter or a CreationFiltet to prevent the summaries from drawing when the GroupByRow is expanded.