This question is locked. New answers and comments are not allowed.
Hi Telerik-team,
I use the SumFunction on a few of columns in my RadGridView.
When I change programmatically values in my grid the sums are not updated.
They are updated though when I insert a new row.
What do I have to do to have the sums recalculated on every change in the grid?
Here is sample code of my column
Regards,
Christian
I use the SumFunction on a few of columns in my RadGridView.
When I change programmatically values in my grid the sums are not updated.
They are updated though when I insert a new row.
What do I have to do to have the sums recalculated on every change in the grid?
Here is sample code of my column
<t:GridViewDataColumn UniqueName="SumBrutto" TextAlignment="Right" FooterTextAlignment="Right" DataMemberBinding="{Binding SumBrutto, Mode=TwoWay}" Header="SampleHeader"> <t:GridViewDataColumn.AggregateFunctions> <telerik:SumFunction /> </t:GridViewDataColumn.AggregateFunctions> </t:GridViewDataColumn>Regards,
Christian