[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.FinishEditing

FinishEditing Method

FinishEditing(bool)

Commits or cancels any pending edits and exits edit mode.

Declaration
public bool FinishEditing(bool cancelEdits = false)
Parameters
Type Name Description
bool cancelEdits

if set to true it will cancel the edited value.

Returns
Type Description
bool

FinishEditing(bool, bool)

Commits or cancels any pending edits and exits edit mode.

Declaration
public bool FinishEditing(bool cancelEdits, bool cancellable)
Parameters
Type Name Description
bool cancelEdits

if set to true it will cancel the edited value.

bool cancellable

Specifies whether this operation is cancellable through the editing events.

Returns
Type Description
bool