[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.FinishRowEditing

FinishRowEditing Method

FinishRowEditing(bool, bool)

Finishes the row editing.

Declaration
public Task<bool> FinishRowEditing(bool cancelEdits = false, bool cancellable = true)
Parameters
Type Name Description
bool cancelEdits

if set to true the changes will be cancelled.

bool cancellable

if set to true the event is cancellable.

Returns
Type Description
Task<bool>