ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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
    public System.string OnClientBeforeCellUpdate {get; set;}
    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