Blazor DataGrid Example - Reactive Aggregation
This sample demonstrates reactive aggregate that updates the grid aggregated data while editing in Batch EditMode.
Order ID Press Enter to sort. Press Ctrl space to group | Customer Name Sorted in ascending order. Press Ctrl space to group | Freight Press Enter to sort. Press Ctrl space to group | Order Date Press Enter to sort. Press Ctrl space to group | Ship Country Press Enter to sort. Press Ctrl space to group | Verified Press 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.