server side pagination in DHTMLXTreeGrid

Hi,

I am using DHTMLXTreeGrid where, there is a requirement of managing thousands of records in tree grid.

For that i have used paging but currently it is loading all the records at once on first call as the data is in hierarchical manner.

It has reduced the page size but on first call it takes much time.

Below is my code :

Paging in dhtmlxTreeGrid

so, I want the pagination where it loads fixed amount of records (like 50,100,200) on each call from server using paging.

It would be great if somebody can provide the solution.

Thanks in advance.

Unfortunately it is not available to use the dhtmlxGrid dynamic loading technique in the treeGrid.
The only available dynamic loading is the following one:
docs.dhtmlx.com/treegrid__manip … intreegrid
where the subnodes are loaded dynamically.