This question is locked. New answers and comments are not allowed.
I have a data grid which can have three different group by views but I need to apply aggregations only when grouped by one of the columns, I undestand this may not be available OOB and has to be done in the code behind, however I am unable to figure out when should we add aggregations to a column in the grid view code behind, what event on the data grid triggers the aggregate calculations. Any help is appreciated. Thanks.