[]
Creates the cell editor fragment.
protected RenderFragment GetCellEditorFragment(GridColumn column, Action<ComponentBase> editorCreated)
Protected Function GetCellEditorFragment(column As GridColumn, editorCreated As Action(Of ComponentBase)) As RenderFragment
| Type | Name | Description |
|---|---|---|
| GridColumn | column | The column. |
| Action<ComponentBase> | editorCreated | A function that must be called when the editor reference is created. |
| Type | Description |
|---|---|
| RenderFragment |