[]
Configurates the OnClientDeletedRow client event. Occurs after the user has deleted a row by pressing the Delete key.
public virtual TBuilder OnClientDeletedRow(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |