(RadGridView) Get Value of column Aggregate

0 Answers 97 Views
GridView
Matthieu
Top achievements
Rank 1
Matthieu asked on 15 May 2023, 01:16 PM

Hi Telerik Community,

How can I get programmaticaly the result of a column aggregate ? I tried something like "Column.Footer" but my footer is <null>...

I have thought of something like "Column.Footer.Cell.Value" or maybe "Column.AggregateResult"...

Regards,

 

Matthieu M

Matthieu
Top achievements
Rank 1
commented on 16 May 2023, 11:42 AM

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

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Matthieu
Top achievements
Rank 1
Share this question
or