[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridTextColumn.GetCellEditorFragment

GetCellEditorFragment Method

GetCellEditorFragment(GridRow, GridControlEditingContext)

Creates the cell editor fragment.

Declaration
protected override RenderFragment GetCellEditorFragment(GridRow row, GridControlEditingContext editingContext)
Protected Overrides Function GetCellEditorFragment(row As GridRow, editingContext As GridControlEditingContext) As RenderFragment
Parameters
Type Name Description
GridRow row

The row.

GridControlEditingContext editingContext

The editing context.

Returns
Type Description
RenderFragment
Overrides