[]
Configurates the OnClientGettingCellClipString client event. Occurs when the user is getting the content of a CellRange as a string suitable for copying to the clipboard or exporting to CSV files.
public virtual TBuilder OnClientGettingCellClipString(string value)
Public Overridable Function OnClientGettingCellClipString(value As String) As TBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
Use this event to process or sanitize each cell value while generating the clip string.