Categories | Question details Back To List | ||
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"; |