[]
Returns the fragment to show inside the cell at the specified range.
public override RenderFragment GetCellContentRenderFragment(GridControlRange range)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The cell's range. |
| Type | Description |
|---|---|
| RenderFragment |
Gets the render fragment that will be set inside the cell's div.
public virtual RenderFragment GetCellContentRenderFragment(GridCellType cellType, GridCellRange range)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| Type | Description |
|---|---|
| RenderFragment |