[]
Configurates the OnClientPrepareCellForEdit client event. Occurs when an editor cell is created and before it becomes active.
public virtual TBuilder OnClientPrepareCellForEdit(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |