Hello,
I have pageable grid where one column has links with parameters to another detail page. The problem, if, for example, page 3 is active and I click on link and then go back using browser's Back button, I am landing on first page. It is very inconvenient especially with big grids. Is any way to go back to previously active page?
I tried to pass active page number as parameter and go back with special Back button with same page number, but problem that some detail pages can be reached from different sources.
Thank you in advance.
http://jsbin.com/gadocozaga/1/edit?js,output