[]
Configurates the OnClientFormatItem client event. Occurs when an element representing a cell has been created.
public virtual TBuilder OnClientFormatItem(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
This event can be used to format cells for display.It is similar in purpose to the itemFormatter property, but has the advantage of allowing multiple independent handlers.