Grid pagination

Hi,
How to hide the pagination links or disable the pagination links

You can use the following approach:

grid.enablePaging(true,…,…,“pagingArea”,…,…);


document.getElementById(“pagingArea”).style.display = “none”;