Hi Ivailo,
Thanks for the solution. I have already tried that and it works fine for static data.
The problem in my case is that I am using virtual mode with close to 1000 children at 3rd or 4th level.
If I use expandAll, it will try fetching all the data from server and the browser will eventually hang.
Is there a way to load children data in background so that the records are available after sometime, without actually expanding the node?
Once the data is already loaded, expandAllwill not make any server calls and will be the best solution on filter event as mentioned by you in the previous post.
Also, I wanted to know if there will be issues if I have 1 millions records added to the treegrid?
Regards,
VaNKiN09