Simply use the property MyRadGridView.AggregateResults As I built some of aggregates with custom ExpressionFunction, I defined a custom function name which contains my columnName. Then I can iterate my aggregateResults to get the desired one with a specific columnName
Solution found.
Simply use the property MyRadGridView.AggregateResults
As I built some of aggregates with custom ExpressionFunction, I defined a custom function name which contains my columnName.
Then I can iterate my aggregateResults to get the desired one with a specific columnName