[]
Configurates the OnClientPastingCell client event. Occurs when the user is pasting content from the clipboard into a cell.
public virtual TBuilder OnClientPastingCell(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |