[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridRow.GetCellEditorFragment

GetCellEditorFragment Method

GetCellEditorFragment(GridColumn, Action<ComponentBase>)

Creates the cell editor fragment.

Declaration
protected RenderFragment GetCellEditorFragment(GridColumn column, Action<ComponentBase> editorCreated)
Parameters
Type Name Description
GridColumn column

The column.

Action<ComponentBase> editorCreated

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

Returns
Type Description
RenderFragment