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
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.
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.