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