Dhtmlxtree in IE 9 loading time

Hi,

I am trying to load the dhtmlxtree with 1000 items ( inclusive parent and child nodes). I am loading data using “loadXMLString” method.it is working fine in IE 7 , IE 8 and Firefox but Its taking lot of time in IE 9 browser to load the tree data ( around 2 to 4 min) also while loading tree data, it hung the browser .

I have already added dhtmlxcommon.js to fixed the issue. but still dhtmlxtree taking lot of time in IE 9 to load data. you please suggest how can we reduce IE 9 loading time.

Thanks
Jitesh

I suggest you to familiarize with the next samples with data loading of the tree:
dhtmlx.com/docs/products/dht … ering.html
dhtmlx.com/docs/products/dht … _load.html
dhtmlx.com/docs/products/dht … rsing.html
Try to use one of the described approaches.

Thanks,

Method tree.enableDistributedParsing(true, 10, 250); works like charm

You are welcome!