Hi,
I’m using a GridDataControl with a group summary row and
would like the summary row to be displayed regardless of whether the summary
row’s parent group is collapsed or expanded.
Currently the summary row is hidden when the group is collapsed.
Is it possible to keep summary rows displayed at all times?
Thanks,
Colin
<GridDataControl ... ShowGroupSummaries="True">
<GridDataControl.SummaryRows>
<GridDataSummaryRow ... />
</GridDataControl.SummaryRows>
</GridDataControl>