loading big datas with filtering

we tried loading big datas in grid using the following sample i attached (filter.html), its absolutely loading fast and enabling filtering well.

but i changed it to treegrid and i did some changes in the filter.html file. here i mentioned below:

i added the script:

then i set the coltype:
mygrid.setColTypes(“tree”);

i have accordingly changed my data class to fit for treegrid, but all the datas loading at one single shot. it takes so long time to render the data.

please tell me what is wrong in that?

thanks
m. gopalan
filter.zip (2.02 KB)

To increase loading performance in dhtmlxTreeGrid you may use dynamic loading of sub items or smart rendering. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … n_treegrid