[]
Configurates the OnClientRowEditStarting client event. Occurs before a row enters edit mode.
public virtual TBuilder OnClientRowEditStarting(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |