[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.OnClientGettingCellClipString

OnClientGettingCellClipString Method

OnClientGettingCellClipString(string)

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.

Declaration
public virtual TBuilder OnClientGettingCellClipString(string value)
Public Overridable Function OnClientGettingCellClipString(value As String) As TBuilder
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Use this event to process or sanitize each cell value while generating the clip string.