[]
Configurates the OnClientRowAdded client event. Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).
public virtual TBuilder OnClientRowAdded(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
The event handler may customize the content of the new item or cancel the new item creation.