C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientPageIndexChanging Property

In This Topic
OnClientPageIndexChanging Property (C1GridView)
In This Topic
A function called before page index is changed. Cancellable.
Syntax
'Declaration
 
Public Property OnClientPageIndexChanging As System.String
 
Remarks
Parameters:
  • jQuery.Event object.
  • The data with this event.
    • New page index.
See Also