I have a grid with filtering turned on. If Ajax is disabled, I can filter my grid then click a link on one of the rows taking me to another page. If I click the back button I go back to the grid and my filters and the filtered grid is preserved just like you would expect. If I turn Ajax on however and repeat the process hitting the back button brings me back to the grid but all my previous filtering has been lost.
I have Ajax history enabled on my Ajax manager and viewstate turned on. The back button should give the same results with Ajax on as with Ajax off. How can I make this work?
I have Ajax history enabled on my Ajax manager and viewstate turned on. The back button should give the same results with Ajax on as with Ajax off. How can I make this work?