OnClientPrepareCellForEdit Property (TransposedGrid<T>)
In This Topic
Occurs when an editor cell is created and before it becomes active.
Syntax
'Declaration
Public Overridable Property OnClientPrepareCellForEdit As String
public virtual string OnClientPrepareCellForEdit {get; set;}
See Also