I am using jqGrid with c# MVC
I have a scenerio where I click on a record and then need to open up a web page where the user can modify the information for that record. I am passing the page # to that page.
My question is when I am done with that page, I like to return back to the grid on the same page that I was on before.
Is there an example of how I can pass the page # to a grid.
I think the most easy way to implement the requirements would be just by implementing of saving of the state of the grid in the
localStorageof web browser. I posted the answer and then some other answers with extension of the same idea (you can use for example the query to see the answers).