tree issue

Hi,



I am using professional dhtml xgrid and tree in my application,

when I am trying to load tree and grid ,some times I am getting the following javascript error message:



“Stop running this script, a script on this page is causing IE to run slowly. If it continues to run, your computer may be unresponsive.”



Let me know how to solve the above problem?



thanks

aalekhya

"Stop running this script, a script on this page is causing IE to run slowly. If it continues to run, your computer may be unresponsive."
This is not an error , but message which appears when script executed too long time. Basically it means that you are loading too much data.
You can use smartRendering in case of grid and smartXMLParsing or dynamical loading in case of tree to improve loading time.

I used  smartXMLParsing.But still the error is coming.Is there any chance to avoid it

In case of dhtmlxtree you can try to use distributed parsing ( enableDistributedParsing ) - it will not improve performance, but will break single loading process on sets of iterations, which will prevent “stop running this script” message.