Hi all,
I might be missing a trick here, but I've got a grid which uses the magical remote paging functions of the igGrid (ASP.NET MVC Razor). Double clicking on a row sends the user to the required detail page via a redirect. That redirect has enough information to host a breadcrumb, containing the grids' query, filter and page index. Clicking on the breadcrumb hyperlink returns the user to the previous grid page, and some JavaScript selects the appropriate page after the DataSourceUrl does its thing.
My problem is when the user simply clicks Back on their browser. It'll go directly to page 1, as my QueryString does not contain any previous paging data and the page code to interrogate the ViewState is not invoked (as it's not a page reload).
What is the best solution here? I'd really like the grid to actually redirect each time, updating the Query String as I go.
Thanks! Tom
Hello Tom,
I am just following up to check if you still need assistance. If so, please consider the questions from my previous response and update the thread.
Thank you for posting in our community!
I have revised the sample you have referred to and observed that the information is properly refreshed. It is successfully navigated both by using the grid pages numeration and the browser navigation buttons. If you have encountered any issue could you clarify what browser has been used and what device? Is there any specificities of your scenario or customizations which should be also considered?
Looking forwards to hearing from you.
This is horrible!
How can I force the Paging feature to invoke a browser refresh?
Thanks, Tom
I believe this is what I want!
http://www.igniteui.com/grid/history/?sort=goals_descending;assists_descending&page=1
Tom