ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientAfterCellEdit Property

In This Topic
    OnClientAfterCellEdit Property
    In This Topic
    A function called after editing is completed.
    Syntax
    'Declaration
     
    Public Property OnClientAfterCellEdit As System.String
    public System.string OnClientAfterCellEdit {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Gets the edited cell's information.
      • Event that initiated the cell updating.
      • Gets or sets value determining whether the developer finalizes editing of the cell manually. The default value is false which means that the widget will try to finalize editing of the cell automatically. If the developer provides a custom editing front end then this property must be set to true.
    See Also