grid



How to implement pagination in grid using java,
If any samle please send me .


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:



dhtmlx.com/docs/products/dht … bs_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