I have a RadGrid that is currently configured for paging and grouping... the grouping will display group footers with aggregate=sum for a data column.
Question
After the data is bound, I would like to replace the pre-existing total values in the GridGroupFooterItems with my own custom values.
More importantly, before I devise my custom values, I would like to determine the group by expression that is associated to that particular GridGroupFooterItem (i.e. GroupByExpression columnname = x; column value = x, and aggregate columnname=x, and aggregate=x). How can I find this information?
Question
After the data is bound, I would like to replace the pre-existing total values in the GridGroupFooterItems with my own custom values.
More importantly, before I devise my custom values, I would like to determine the group by expression that is associated to that particular GridGroupFooterItem (i.e. GroupByExpression columnname = x; column value = x, and aggregate columnname=x, and aggregate=x). How can I find this information?