Blazor Pivot Table Example - Editing
Grand Total |
|---|
Grand Total | No records to display |
Properties
This sample demonstrates CRUD operations on raw items of value cells in the pivot table with various editing options.
CRUD operations available:
- Add - Click
Addtoolbar button to create new records - Edit - Double-click cells to edit records
- Delete - Click
Deletetoolbar button after selecting rows - Update - Click
Updateto save changes - Cancel - Click
Cancelto discard changes
Configuration via PivotViewCellEditSettings.
Editing modes available:
- Normal - Edit rows sequentially
- Batch - Edit individual cells with bulk updates
- Dialog - Edit rows using dialog interface
- Command Columns - Additional column with icons for CRUD operations
For comprehensive documentation, refer to the editing documentation.