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

IE 10 and Out of Date Version of RadEdit

2 Answers 30 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Alain Rostain
Top achievements
Rank 1
Alain Rostain asked on 03 May 2013, 10:25 PM
Hi everyone, I'm kind of stuck. I built a web app in 2006 in asp.net 1.1 using the radcontrols available then. The app is still up and running wonderfully, thanks in great part to radcontrols.

I've just become aware that with IE 10, radedit doesn't work (doesn't let you edit). I can't afford to rewrite my app using the current radcontrols. The entire code is in Asp.net 1.1.

Any ideas?

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 06 May 2013, 11:52 AM
Hi,

What you can do is to render the page in an earlier IE mode, for example IE8
<meta http-equiv="X-UA-Compatible" content="IE=8" />

To render it in IE7 mode use:
<meta http-equiv=X-UA-Compatible content=IE=7>

All the best,
Rumen
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.
0
Alain Rostain
Top achievements
Rank 1
answered on 07 May 2013, 01:34 PM
Thank you so much! It works perfectly!
Tags
Editor
Asked by
Alain Rostain
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Alain Rostain
Top achievements
Rank 1
Share this question
or