jQWidgets Forums

jQuery UI Widgets Forums Grid Custom pager implementation

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 10 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Custom pager implementation #59309

    Nagoor
    Participant

    hi,
    I want to implement last and first page button functionality in pagermode simple into default pager in the grid. referring to custom pager section in the demo section , its a bit clear and yet confusing for me. i want the change to be reflected in all the jsp pages whereverr i use grid. please help me implement the same.

    Thank you

    Custom pager implementation #59322

    Peter Stoev
    Keymaster

    Hi Nagoor,

    If you want to write one code and apply it to all your Grids, then may be it is a good idea to create a function in a separate file, include that file and reuse that function in all pages with jqxGrid.

    Best Regards,
    Peter Stoev

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

    Custom pager implementation #59409

    Nagoor
    Participant

    Hi peter,
    Thank you for replying to all my queries.
    The actual problem i am facing is, in the custom pager example you have changed the entire pagination view and buttons. all the buttons and functionalities displayed in the pager were defined explicitly in pagerenderer. but for my project i would like to use the default itself, but i just want to implement two more buttons (last page , first page)beside left and right arrow (similar to buttons visible in pagermode “simple”).

    so, i think, instead of creating an element and appending the buttons (like in your example), i should get the element and append the buttons for which i am facing difficulty. so please help me doing this.

    Thanks in advance

    Nagoor

    Custom pager implementation #59410

    Peter Stoev
    Keymaster

    Hi Nagoor,

    You can only override the default pager. You cannot add additional elements to it.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.