Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
WebDataTree javascript hangs in IE with 3000+ nodes
posted

Yes, I have 3000+ nodes I need to display in the tree.  Everything works great in Firefox, but when I try to view the page in IE, I get this message:

============================================
Stop running this script?

A script on this page is causing Internet Explorer to run slowly.
If it continues to run, your computer may become
unresponsive.
============================================

Any ideas or thoughts on how to fix this or improve it?  I know its due to the WebDataTree's initialization.  It is looping through and initializing each node... something that isn't working out well for IE due to its slower javascript performance.

Infragisitics version: 9.1.20091.2101
Language: C#
OS: Windows Vista 32-bit
Browsers: IE7 and FireFox 3.5.3

Parents
  • 3147
    posted

    Hi,

    Yes, this is initialization issue as you already mentioned.

    I would suggest you to use load-on-demand (set InitialDataBindDepth to zero), that will improve the overall performance and initial load of the page.

Reply Children