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

Rad Window Not Opening up in IE9

1 Answer 33 Views
Window
This is a migrated thread and some comments may be shown as answers.
Arvind
Top achievements
Rank 1
Arvind asked on 12 Oct 2012, 08:18 AM
Hi, I'm using a rad window inside a usercontrol to display the content which was referred by an another usercontrol on a button Click,
The rad window is displaying the data in Chrome, Safari, Firefox, IE7 & IE8 . In IE9 when i click on the Button Its giving an error for the first time 
"DOM Exception: INVALID_CHARACTER_ERR (5)" & from second click onwards its just opening the rad window but its not displaying the content. 

This is the line where i'm getting the error.
var o=($telerik.isIE)?document.createElement("<iframe name='"+c+"'>"):document.createElement("iframe");

I have approached the following threads:
http://www.telerik.com/community/forums/aspnet/window/radwindow-ie9.aspx

Please find the error message in image file "IMG_12102012_134211.png" in the attachment.

Please suggest a work around to solve this problem.




1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 12 Oct 2012, 10:25 AM
Hi Arvind,

This is a known problem with IE9 and old version of Telerik.Web.UI due to a breaking change this browser intrtoduced. The fix is to upgrade to the latest version. Other options are to use the x-ua compatible meta tag or to explore the override from this thread.


Greetings,
Marin Bratanov
the Telerik team
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 their blog feed now.
Tags
Window
Asked by
Arvind
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or