Blazor Tree Grid Example - Batch Editing
Task ID | Task Name | Priority | Progress | Duration (In Days) | Start Date | End Date |
|---|
| No records to display |
This sample demonstrates batch editing, enabling users to make multiple changes and save them all at once for efficient bulk updates.
Batch editing allows multiple add, edit, and delete operations across rows without immediate confirmation. Enable it by setting TreeGridEditSettings.Mode to EditMode.Batch.
In this demo, add new rows, edit cells across rows, and delete rows directly. Edited cells are highlighted until committed. Click Update on the toolbar to save changes in bulk or Cancel to discard them.
More information on batch editing can be found in the documentation section.