Server side pagination using Java Connector

Hi,

i have developed dhtmlxGrid using Java Connector(Grid Connector).
i want server side pagination in my grid.

i have seen sample code for client side.
but not getting how to code at server side to handle it.

can anyone provide me a sample code(client & server side) for same.

Thanks.

Hi,
you should just enable dynamic loading at server side:

conn.dynamic_loading(100);

Thanks .

its working. but due to this now filtering & export as csv is not working.
as entire data is not loaded in grid.

  • Satish

Hi
Filtering and dynamic loading don’t work together. You can create filtering on server side. You can find demo here: dhtmlxConnector\samples\tree
About wxport:

  1. you will export only the data loaded in grid
  2. you can try to export through server side