[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.OnEditEnded

OnEditEnded Method

OnEditEnded(GridControlRange, ComponentBase, bool)

Called when the editing of a cell ended.

Declaration
public override void OnEditEnded(GridControlRange range, ComponentBase editor, bool editCancelled)
Parameters
Type Name Description
GridControlRange range

The range that was edited.

ComponentBase editor

The editor.

bool editCancelled

true if the editing was cancelled.

Overrides

OnEditEnded(GridCellRange, ComponentBase, bool)

Called when the editing of a cell ended.

Declaration
public virtual void OnEditEnded(GridCellRange range, ComponentBase editor, bool editCancelled)
Parameters
Type Name Description
GridCellRange range

The range that was edited.

ComponentBase editor

The editor.

bool editCancelled

true if the editing was cancelled.