ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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
    public System.string OnClientAfterCellUpdate {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Gets the edited cell's information.
    See Also