Blazor DataGrid Example - Reactive Aggregation
This sample demonstrates reactive aggregate that updates the grid aggregated data while editing in Batch EditMode.
| Order IDPress Enter to sort. Press Ctrl space to group | Customer NameSorted in ascending order. Press Ctrl space to group | FreightPress Enter to sort. Press Ctrl space to group |  Order DatePress Enter to sort. Press Ctrl space to group | Ship CountryPress Enter to sort. Press Ctrl space to group | VerifiedPress Enter to sort. Press Ctrl space to group | 
|---|
DataGrid supports the reactive aggregate feature that updates the aggregates from the footer, group footer, and group caption.
In this demo, Batch editing is enabled and the corresponding aggregate values are refreshed when the Freight value cells are edited in the grid.
By default, the reactive aggregate update is not supported by inline and dialog edit modes.