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