Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Nov 01, 2008 01:53
open dhtmlx forum
Grid pagination

Hi,
How to hide the pagination links or disable the pagination links
Answer posted by Support on Nov 03, 2008 03:46
You can use the following approach:

grid.enablePaging(true,..,..,"pagingArea",..,...);
...

document.getElementById("pagingArea").style.display = "none";