[]
Configurates the OnClientRowEditEnding client event. Occurs when a row edit is ending, before the changes are committed or canceled.
public virtual TBuilder OnClientRowEditEnding(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |