I have a RadGrid with self referencing hierarchy. I would like to sum all of the values below a collapsible row. I have done this with a grid before using the GroupByExpressions (with aggregate="sum"). However, with the Self-referencing structure, I cannot also add the GroupByExpressions. Is there a way to sum the values in this type of grid?