[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.GetCellEditorFragment

GetCellEditorFragment Method

GetCellEditorFragment(GridControlRange, Action<ComponentBase>)

Creates the cell editor.

Declaration
protected virtual RenderFragment GetCellEditorFragment(GridControlRange range, Action<ComponentBase> editorCreated)
Protected Overridable Function GetCellEditorFragment(range As GridControlRange, editorCreated As Action(Of ComponentBase)) As RenderFragment
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