Pivot Table / Miscellaneous / Editing

Blazor Pivot Table Example - Inline Data Editing Support

Loading Syncfusion Blazor Server Demos…

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 Add toolbar button to create new records
  • Edit - Double-click cells to edit records
  • Delete - Click Delete toolbar button after selecting rows
  • Update - Click Update to save changes
  • Cancel - Click Cancel to 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.