Categories | Question details Back To List | ||
Pagination - dhtmlxgrid Sir, I had implemented dhtmlxgrid to load data dynamically. here is the coding function gridLoad()
I am correctly getting data's loading in the grid. i want to give pagination . can u suggest me with example how to implement pagination in mygrid. Waiting for your reply thanks. Answer posted by Support on Nov 24, 2008 04:45 You need a) include dhtmlxgrid_pgn.js b) add next command to the init mygrid.enablePaging(... http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/pro_paging.html?un=1227532131000 |