Hi Meris,
Greetings from the Syncfusion support.
Is it possible to get the aggregate sum of itemAmount in the component.ts,
Based on your query we suspect that you want access the aggregate values when the user clicks submit from form. Since we have achieved your requirement in the external button click action. You can get the aggregate details using aggregateModule.footerRenderer.aggregates.aggregates from grid instance.
Please refer the below code example for more information
|
[app.component.ts]
customFn(){
this.grid.aggregateModule.footerRenderer.aggregates.aggregates["Freight - average"];
// Freight as aggregate column and average as aggregate
}
} |
Please get back to us, If you need further assistance.
Regards,
Balaji Sekar