how can I access aggregate in the requestEnd event?
1 Answer, 1 is accepted
0
Eduardo Serra
Telerik team
answered on 18 Jan 2017, 06:27 PM
Hello Morten,
The aggregates are not accesible from the requestEnd event because they haven't been calculated yet. I would recommend you to access them from the DataSource's change event instead, using the aggregates method.