[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridNumericColumn.GetCellEditorFragment

GetCellEditorFragment Method

GetCellEditorFragment(GridRow, Action<ComponentBase>)

Creates the cell editor fragment.

Declaration
protected override RenderFragment GetCellEditorFragment(GridRow row, Action<ComponentBase> editorCreated)
Parameters
Type Name Description
GridRow row

The row.

Action<ComponentBase> editorCreated

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

Returns
Type Description
RenderFragment
Overrides