dhtmlxgrid

how to jump to specific page when using enablePagingWT

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.