Loading 500 rows into subnode

Hi, guys
It is my first post here. Please help me with issue that I have
I’m using DhtmlXTreeGrid to load 500 rows into the subnode. It works just perfect.
But it takes about 30 seconds until it’s finished.
Question is: How to preload first 100 items for example and after that just load remaining rows in the background or add them to the DhtmlXTreeGrid by user request?
Have a good day

You can try to use SmartRendering mode

dhtmlx.com/docs/products/dht … _srnd.html

Hi, Stanislav
Thank you. I tried smart Rendering
It’s 3 times faster :slight_smile: But it is still not a solution
Now I’m thinking about adding a pager to the tree.
What do you think?