Hi ,
Greetings from
Syncfusion Support,
We understand that
you would like to retrieve aggregate value. To retrieve the aggregate values
from the grid, you can access them through the footerRenderer
in the aggregateModule. Please refer to
the below code snippet and sample for more information.
|
document.getElementById('show').onclick
= function() {
console.log(grid.aggregateModule.footerRenderer.aggregates);
}
|
Sample : https://stackblitz.com/edit/vq4th6ah?file=index.html,index.js
If you need further
assistance, feel free to let us know!
Regards,
Kishore
Muthukrishnan