[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridWrapCellFactory.GetCellEditorFragment

GetCellEditorFragment Method

GetCellEditorFragment(GridCellRange, Action<ComponentBase>)

Creates the cell editor.

Declaration
protected override 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
Overrides