Cgridview Wtih Ajax Pagination Back Button History Issue

Hey all,

I got Yii 1.1.13 project, imagine there is page with a CGridView with enabled history and pagination via ajax (displaying many pages):

  1. user goes to for instance page 3 in grid pagination

  2. then user goes to other url/page (not a grid page)

  3. then users clicks back button to go back to page with grid

Grid page will display first page results for a fraction of second and then it will load results via ajax for page 3? Does it it have to go to page 1 and then jump to page 3? IMO on back button it should go to 3 page results directly.

Thanks,

Kris