This question is locked. New answers and comments are not allowed.
Hi
I have a requirement to populating a grid dynamically using data tables. I am providing the column details along with aggregation and grouping details at column level in a config file. The problem is, the grid populates with proper grouping; a group level aggregate footer row is also created, but the aggregate value doesn't show up. When I remove the grouping columns from group panel and again dragged them back to group panel the group level aggregate value is shown.
However I am getting the column level aggregates as soon as grid loads for the first time with the grouping. It seems to be a improper event handling issue.
By the way I am calculating the grouping first once the WCF returns the data and then performing aggregates on
I have a requirement to populating a grid dynamically using data tables. I am providing the column details along with aggregation and grouping details at column level in a config file. The problem is, the grid populates with proper grouping; a group level aggregate footer row is also created, but the aggregate value doesn't show up. When I remove the grouping columns from group panel and again dragged them back to group panel the group level aggregate value is shown.
However I am getting the column level aggregates as soon as grid loads for the first time with the grouping. It seems to be a improper event handling issue.
By the way I am calculating the grouping first once the WCF returns the data and then performing aggregates on
RadGridView1_DataLoaded event. I have tried performing aggregates before grouping as well but then I am not getting any aggregate row.
Any suggestions??