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

In This Topic
OnClientAfterCellUpdate Property
In This Topic
A function called after a cell has been updated.
Syntax
'Declaration
 
Public Property OnClientAfterCellUpdate As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • Gets the edited cell's information.
See Also