ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender 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