Example of Reactive Aggregate in Javascript Data Grid Control

/
/
Reactive Aggregate

This sample demonstrates reactive aggregate update on data change functionality of the Grid. In this sample, the batch editing is enabled and the corresponding aggregate values will be refreshed when 'Freight' cell value is changed.

More Details...

Description

The Grid supports aggregates which will be displayed at the footer, group footer and group caption of the Grid. The aggregate configurations can be provided by the aggregates property. In this demo, the batch editing is enabled and the corresponding aggregate values will be refreshed when Freight cell value is changed. By default, reactive aggregate update is not supported by inline and dialog edit modes. But, we can refresh aggregates manually. Please refer to the documentation.