Categories | Question details Back To List | ||
grid How to implement pagination in grid using java, If any samle please send me . Answer posted on Sep 23, 2008 02:07 Pagination in dhtmlxGrid has same engine as Smart Rendering. Server side is absolutely the same. So you can see the tutorial, where Java code is also shown: http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/step-by-step/ch_biggrid.html#grid_sbs_biggrid On clinet side instead of enableSmartRendering you need to use enablePaging method. You can see how to make it work in the sample: [package]/dhtmlxGrid/samples/loading_big_datasets/50000_paging.html |