Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Agile on Nov 15, 2008 02:09
open dhtmlx forum
Retain Pagination

Hi Team,

I am using pagination with dynamic page loading.
My scenario is there are some internal links in grid, when user clicks link it goes to that page and when user click browser back button user must come to previous page where he left.But In my case the grid is refreshing it is loading xml again in grid.I want to keep user on whatever page he was earlier.

Please suggest any solution..

Thanks,
-Agile
Answer posted by Support on Nov 17, 2008 02:32
You can use links to jump to the necessary page, by using 
            <a href='#' onclick=' mygrid.changePage(22)'> page 22 </a>
There is no built-in support for back key usage.