[]
Configurates TemplateFunction. Sets a template function to be used for generating the HTML content of data cells in this Column.
public virtual TBuilder TemplateFunction(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.