[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridCellFactory.GetCellEditorFragment

GetCellEditorFragment Method

GetCellEditorFragment(GridControlRange, Action<ComponentBase>)

Creates the cell editor.

Declaration
protected override sealed RenderFragment GetCellEditorFragment(GridControlRange range, Action<ComponentBase> editorCreated)
Parameters
Type Name Description
GridControlRange range

The range.

Action<ComponentBase> editorCreated

A function that must be called when the editor reference is created.

Returns
Type Description
RenderFragment
Overrides

GetCellEditorFragment(GridCellRange, Action<ComponentBase>)

Creates the cell editor.

Declaration
protected virtual RenderFragment GetCellEditorFragment(GridCellRange range, Action<ComponentBase> editorCreated)
Parameters
Type Name Description
GridCellRange range

The range.

Action<ComponentBase> editorCreated

A function that must be called when the editor reference is created.

Returns
Type Description
RenderFragment