This question is locked. New answers and comments are not allowed.
Hi,
I have a grid that has some aggregates defined against some data columns. I define a GroupDescriptor in xaml as well as some GroupDescriptor.AggregateFunctions which relate to the column aggregates. I have the AutoExpandGroups=True and ShowGroupFooters=True. The problem is that when the grid loads, the aggregates in the GroupFooterRow do not show. If I then remove the group and add it again, the aggregates show correctly.
Any idea how to work around this? I tried grid.CalculateAggregates() in the Loaded event, but this doesn't seem to work.
Thanks for any help,
Zack
I have a grid that has some aggregates defined against some data columns. I define a GroupDescriptor in xaml as well as some GroupDescriptor.AggregateFunctions which relate to the column aggregates. I have the AutoExpandGroups=True and ShowGroupFooters=True. The problem is that when the grid loads, the aggregates in the GroupFooterRow do not show. If I then remove the group and add it again, the aggregates show correctly.
Any idea how to work around this? I tried grid.CalculateAggregates() in the Loaded event, but this doesn't seem to work.
Thanks for any help,
Zack