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
415
2011 UltraWebGrid (and other controls) not working in IE9.
posted

I am having issues getting access to the UltraWebgrid on the client side in the pageLoad  event.

Every time I find the control it returns null. Looking further into the issue I found that if I add a timer and wait a second it will find the control fine. I assume the scripts are not loaded when the pageLoad event is fired (Works in 2009.2 fine).

I checked this out more using a WebImageButton and proved this by watching the debugger. I attempt to find my control on page load, it fails then the initButton script in added to my page.

This is causing various problems in my application now when it worked fine before. Adding a timer to wait a second can work for now but is not the best solution.

Is there a way to force the scripts to load before pageLoad so my code inside the function can work as expected?