Hi,
I have a gridview in WebAsyncRefreshPanel. The grid is for list out all records in database. Then user can click on a view button in the grid which will go to another page to view the record. Then after user click IE's back button, suppose the grid's previous status still there (such as changed sorting column). But after click back button, the grid will display early status. What's wrong? Can it be fixed?
Thanks!
HelloUnfortunately back button of browsers is not supported. Please take a look at the link: http://news.infragistics.com/forums/t/17731.aspxThanks.