[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexGridBase-1.OnClientGettingCellClipString

OnClientGettingCellClipString Property

OnClientGettingCellClipString

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 string OnClientGettingCellClipString { get; set; }
Public Overridable Property OnClientGettingCellClipString As String
Remarks

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