This is a migrated thread and some comments may be shown as answers.

RADControls issue in IE10

1 Answer 48 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Venkatesh
Top achievements
Rank 1
Venkatesh asked on 06 Jan 2014, 03:36 PM
Hi,

When i try to open a RADWindow on one of the image/button click i am getting the following error "SCRIPT5007: Unable to get property 'open' of undefined or null reference Telerik.Web.UI.WebResource.axd,". This issue occurs in IE10. The application works fine in other browsers like IE9,8,7,6, Firefox.

Thanks,
Venkatesh Santhanam

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 07 Jan 2014, 12:13 PM
Hello Venkatesh,

Such an error usually means that the script is executed too early. This often happens if you are opening a RadWindow from the server code without using the Sys.Application.Load event, or if the partial postbacks include the RadWindow/RadWindowManager. I advise that you examine the following sticky thread on the subject:  http://www.telerik.com/community/forums/aspnet-ajax/window/opening-radwindow-from-the-server.aspx.

Also, if your version is old (i.e., released prior to the IE10 release), it is possible, that it may have issues with that browser. In this case you should update to the latest. The second alternative would be to try an X-UA Compatible meta tag to force IE10 in IE8/IE9 mode, but I cannot guarantee this will work.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Venkatesh
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or