ComponentOne GridView for ASP.NET WebForms
jQuery.wijmo.c1gridview.options Namespace / pagerSettings type
In This Topic
    pagerSettings type
    In This Topic
    Determines the pager settings for the grid including the mode (page buttons or next/previous buttons), number of page buttons, and position where the buttons appear.
    Example
    // Display the pager at the top of the wijgrid.
    $("#element").wijgrid({ pagerSettings: { position: "top" } });
    Remarks
    See the wijpager documentation for more information on pager settings.
    Inheritance Hierarchy

    Object
       jQuery.wijmo.c1gridview.options.pagerSettings

    Browser Compatibility
    8
    5
    5
    Fields
     NameDescription
    public Fieldstatic (Shared in Visual Basic)  
    public Fieldstatic (Shared in Visual Basic)  
    public Fieldstatic (Shared in Visual Basic)  
    public Fieldstatic (Shared in Visual Basic)  
    Top
    See Also