Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Oct 22, 2008 01:40
open dhtmlx forum
Grid

Hi,
Code to show the first page and last page link and should disable the first page link when it is on the first page and same for the last page
Answer posted by Support on Oct 22, 2008 02:15
You can use changePage method to go to the necessary page:

    grid.changePage(page_number);

Please, see the article about paging customization in the following article:

    http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_paging.html