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

In This Topic
    OnClientCurrentCellChanging Property
    In This Topic
    A function called before the current cell is changed. Cancellable.
    Syntax
    'Declaration
     
    Public Property OnClientCurrentCellChanging As System.String
    public System.string OnClientCurrentCellChanging {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • New cell index.
      • New row index.
      • Old cell index.
      • Old row index.
    See Also