[]
Creates the cell editor.
protected override sealed RenderFragment GetCellEditorFragment(GridControlRange range, Action<ComponentBase> editorCreated)
Type | Name | Description |
---|---|---|
GridControlRange | range | The range. |
Action<ComponentBase> | editorCreated | A function that must be called when the editor reference is created. |
Type | Description |
---|---|
RenderFragment |
Creates the cell editor.
protected virtual RenderFragment GetCellEditorFragment(GridCellRange range, Action<ComponentBase> editorCreated)
Type | Name | Description |
---|---|---|
GridCellRange | range | The range. |
Action<ComponentBase> | editorCreated | A function that must be called when the editor reference is created. |
Type | Description |
---|---|
RenderFragment |