[]
Configurates ItemFormatter. Sets a formatter function used to customize cells on this grid.
public virtual TBuilder ItemFormatter(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.