ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview Namespace / options type / pageIndex Option
In This Topic
    pageIndex Option
    In This Topic
    Determines the zero-based index of the current page. You can use this to access a specific page, for example, when using the paging feature.
    Syntax
    // Get value
    var value; // Type:  number
    value = $(".selector").c1gridview("option", "pageIndex");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").c1gridview("option", "pageIndex", newValue);
    var pageIndex : number;
    Example
    $("#element").wijgrid({ pageIndex: 0 });
    Browser Compatibility
    8
    5
    5
    See Also