jQWidgets Forums

jQuery UI Widgets Forums Grid grid default pager position

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • grid default pager position #57135

    Qdkid
    Participant

    With pagermode set as “default”, is there a easy way to put the pager position on the left side, other than right by default without a custom pagerrenderer function? Thanks.

    $(“#table1”).jqxGrid(
    {
    ‘width’: ‘100%’,
    ‘source’: dataAdapter,
    ‘autoheight’: true,
    ‘columns’: columns,
    ‘pageable’: true,
    ‘pagesizeoptions’: [’20’, ’30’,’40’],
    ‘pagesize’: 20
    }
    );

    grid default pager position #57138

    Dimitar
    Participant

    Hello Qdkid,

    Unfortunately, this cannot be achieved. You would have to implement a custom pager with pagerrenderer.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.