Server side paging with dhtmlxgrid

Hello!

I am new to the dhtmlxgrid and i’m trying to congfigure server side paging for loading large datasets and im not sure if im doing it the right way :confused:

I have seen the Smart rendering sample on the site but i dont think this is the right solution for me as it displays all the data on the first page when scrolling down even with paging enabled.

Basically, i would like to know how to pass the page number that a user selects as parameters in the URL so i can generate an XML file with the paged data and the correct ‘total_count’ and ‘pos’ values in the XML.

Any help or direction is appreciated :smiley:

I have seen the Smart rendering sample on the site but i dont think this is the right solution for me as it displays all the data on the first page when scrolling down even with paging enabled.

Check
dhtmlx.com/docs/products/dht … aging.html

It uses the same server side code as in case of smart rendering, but due to different client side init it load data by pages.

Thanks alot, it’s just what i needed!