Skip to content

Commit

Permalink
DataGrid | Start Batch Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Moreira committed Oct 31, 2023
1 parent 31e704b commit 4b1398c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Extensions/Blazorise.DataGrid/DataGrid.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3129,5 +3129,10 @@ public int SelectedRowIndex
/// </summary>
[Parameter] public RenderFragment<FilterColumnContext<TItem>> FilterMenuTemplate { get; set; }

/// <summary>
/// Whether the DataGrid will be in batch edit mode. This will make it so every change will only be saved when the SaveBatch is called.
/// </summary>
[Parameter] public bool BatchEdit { get; set; }

#endregion
}

0 comments on commit 4b1398c

Please sign in to comment.