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

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