jQuery UI Widgets Forums Grid Pagerenderer issue

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Pagerenderer issue #74928

    binarycode01
    Participant

    Hi, I have a grid that have a custom “pagerenderer” with local storage, when add a row, the grid’s pager is not refreshing, it just works when moving between pages.
    Please check the example http://jsfiddle.net/5fsjV/149/

    Pagerenderer issue #74929

    Peter Stoev
    Keymaster

    Hi binarycode01,

    As this is your custom page renderer function, your code is responsible for updating its parts. This means that you should probably add update code to update your HTML Elements when something is changed in the Grid. The pagerrenderer is called 1 time when the Grid is rendered. The rest is for your implementation.

    Best Regards,
    Peter Stoev

    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.