Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by veronica on Nov 22, 2007 05:45
open dhtmlx forum
dhtmlxgrid

how to jump to specific page when using enablePagingWT
Answer posted on Nov 23, 2007 05:37
you can use functionality from tabbar, or just use any kind of button with js functionality such as

grid.changePage(num);

where num - number of page which need to be selected.