C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientInvalidCellValue Property

In This Topic
OnClientInvalidCellValue Property
In This Topic
A function called when a cell needs to start updating but the cell value is invalid.
Syntax
'Declaration
 
Public Property OnClientInvalidCellValue As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • Gets the information of edited cell.
    • Current value.
See Also