[]
Configurates the OnClientRowEditStarted client event. Occurs after a row enters edit mode.
public virtual TBuilder OnClientRowEditStarted(string value)
Public Overridable Function OnClientRowEditStarted(value As String) As TBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |