C1.Web.Wijmo.Controls.45 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
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • New cell index.
    • New row index.
    • Old cell index.
    • Old row index.
See Also