jQWidgets Forums

jQuery UI Widgets Forums Grid Load state creates error if number of rows per pages is changed

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

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

  • punkrack
    Participant

    Hi!
    It seems there’s an error loading the state on grid’s ready property if you change the inital rows per page. I don’t know if there is any other way, but i’d like to load the state of the grid when the grid loads.
    I have this :

    ready: function()
    {
    if (loadedState == false) {
    loadedState = true;
    loadState();
    }
    },

    Here is an example on how to reproduce the error

    1) Go to link

    2) Go to page 3

    3) Press save state button once

    3) Change URL (www.google.com)

    4) Press back on your browser

    State is loaded. Everything is fine.

    Close browser

    1) Open browswer and go to link

    2) Change Show rows to 20 rows per page

    3) Go to page 3

    4) Press save state button once

    5) Change URL (www.google.com)

    6) Press back on your browser

    Javascript error (…”Wait until bindind complete”…)

    Using version 3.0.2
    Thanks !


    Peter Stoev
    Keymaster

    Hi punkrack,

    We will investigate the reported behavior and will improve “loadstate” for a future version.

    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.