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

In This Topic
OnClientBeforeCellUpdate Property
In This Topic
A function called before a cell is updated.
Syntax
'Declaration
 
Public Property OnClientBeforeCellUpdate As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • Gets information of the edited cell.
    • Returns the new cell value. If the property value is not changed the widget will try to extract the new cell value automatically. If the developer provides custom editing front end then the new cell value must be returned within this property.
See Also