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
780
ig_dispose function
posted

Hello,

we load a lot of infragistics controls in a web page and we see it spends a lot of time executing the ig_dispose function when we unload that page.

When the number of controls is very high, we get the following 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. Yes / No"

Is it necessary to call this function so many times (recursively)? Is it necessary to call this function at all? Why is it only executing when the browser is IE and the number version is less than 9? What happens in the other browsers?

Thanks in advance!