This question is locked. New answers and comments are not allowed.
Hello,
I am using a MVC grid with Ajax binding. The grid presents a list of brochure titles. The grid is filterable. When the user clicks on one of the titles, it presents a new page with the details of the brochure.
When using IE as a browser, when the user is viewing the details of a brochure and clicks on the back button, the GridAction in the Controller is fired and the grid is refreshed with the default values, BUT, when in Firefox, the Grid Action is never fired and the page appears as it was, with the grid in the same state as before... the filters are still there and the result of the page is still the same.
Can someone tell me how I can bypass the GridAction when using the back button in Internet Explorer.
Thank you.
I am using a MVC grid with Ajax binding. The grid presents a list of brochure titles. The grid is filterable. When the user clicks on one of the titles, it presents a new page with the details of the brochure.
When using IE as a browser, when the user is viewing the details of a brochure and clicks on the back button, the GridAction in the Controller is fired and the grid is refreshed with the default values, BUT, when in Firefox, the Grid Action is never fired and the page appears as it was, with the grid in the same state as before... the filters are still there and the result of the page is still the same.
Can someone tell me how I can bypass the GridAction when using the back button in Internet Explorer.
Thank you.