jQWidgets Forums

jQuery UI Widgets Forums Grid Saving the state after moving onto next page

This topic contains 1 reply, has 2 voices, and was last updated by  Stanislav 7 years, 8 months ago.

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

  • walker1234
    Participant

    Hey,

    I have a jQXGrid which has 60 records. I am showing only 10 rows at a time on the grid. The very first list shows 1-10 of 60. Suppose I am in the third list of 10 records where it says 21-30 of 60 records, and I click on a record which takes me to next page. I am wondering if at this point of time whether it is possible to save the information related to this record so that when a user hit the Back button of the browser, it takes them to the same location which is 21-30 of 60.

    Right now hitting the Back button it taking me to the very first section of the list which is 1-10 of 60 instead of 21-30 of 60 which is where it should go. I believe the list gets reloaded and switches back to the default one.

    Please let me know if that’s possible.

    Thanks


    Stanislav
    Participant

    Hello walker1234,

    This is going to be done in the same way as in your previous post.
    Another way is if you have multiple buttons you can use gotopage, for this situation.

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

You must be logged in to reply to this topic.