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

In This Topic
    OnClientBeforeCellEdit Property
    In This Topic
    A function called before a cell enters edit mode. Cancellable.
    Syntax
    'Declaration
     
    Public Property OnClientBeforeCellEdit As System.String
    public System.string OnClientBeforeCellEdit {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Information about the cell to be edited.
      • Event initiated cell editing.
      • Gets or sets a value determining whether developer initiates cell editor(s) manually. The default value is false which means that widget will trying to provide editing control automatically. If cells contain custom controls or if developer wants to provide a custom editing front end then he must set this property to true.
    See Also