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

RadEditor not works properly in IE9

8 Answers 129 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Hemamalini
Top achievements
Rank 1
Hemamalini asked on 18 May 2011, 01:42 PM
Hi,

    We are using telerik 2011.1.413.35. The content specified in RadEditor doesnt get saved in IE9 when compatibility mode is turned off. But it works fine when the compatiblity mode is turned on. And it works fine in all other browsers that includes firefox, chrome, safari, IE8.

    I have seen the workaround for this issue http://www.telerik.com/support/kb/aspnet-ajax/editor/radeditor-content-not-saved-after-ajax-update-in-firefox-google-chrome-and-safari.aspx. We use Image Button here.  But doing this workaround would result in lot of code changes in several places,

<asp:ImageButton OnClientClick="javascript:__doPostBack(this.id,'');return false;"
ID="ImageButton1" runat="server" OnClick="btnSave_Click"
ImageUrl="Save.gif" /> 

  So, is there any other way to solve the problem. Please guide me.


Thanks,
Hema.

8 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 20 May 2011, 11:22 AM
Hi Hema,

Unfortunately, we are not aware of an alternative workaround on this issue, however, we are currently investigating this problem under Internet Explorer 9 and will do our best to have it fixed for one of the upcoming releases.

All the best,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Lenny_shp
Top achievements
Rank 2
answered on 20 May 2011, 02:48 PM
What if you put this on your first line of <head> in aspx?

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

0
Rumen
Telerik team
answered on 20 May 2011, 03:40 PM
Hello Lenny_shp,

Yes, this is another way to solve this browser problem.

Regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
IT Admin
Top achievements
Rank 1
answered on 31 Aug 2011, 08:39 PM
Has this been addressed yet?
0
Rumen
Telerik team
answered on 01 Sep 2011, 01:49 PM
Hello Josh,

For the time being the only possible ways to fix this MS AJAX problem is to use the solutions provided in the current forum thread as well as in this KB article: RadEditor Content Not Saved After Ajax Update in Firefox, Google Chrome and Safari.

Best regards,
Rumen
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Hemamalini
Top achievements
Rank 1
answered on 25 Jan 2012, 10:27 AM
Hi,


   Is there any other alternative workaround found for this issue. Please let me know.

Thanks,

Hema L.
0
Rumen
Telerik team
answered on 25 Jan 2012, 11:51 AM
Hello,

The solution provided in the article is the only way to fix the ASP.NET problem for the non IE browsers. For IE9 you can also render the page in IE8 mode, in which the problem does not exist, using this meta tag: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />.

Best regards,
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
Marcel Härry
Top achievements
Rank 1
answered on 11 Jan 2013, 10:20 AM
Compatibility mode for ie9 is no option for me. Finding the update button inside the datagrid item created event handler
stopped working after a control update, no idea why.
I d'ont feel like hacking some high sophisticated javascript, i d'ont really unterstand and have to mess with over the next 3 months,
so i came up with this in my EditFormSettings:
<EditColumn ButtonType="LinkButton" InsertText="Anruf einfügen" UpdateText="<img border=none src=images/ok.gif>" 
	UniqueName="btupdateanrufeeingehend" CancelText="<img border=none src=images/cancel.gif>">
</EditColumn>

It's ugly but it works.
Tags
Editor
Asked by
Hemamalini
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Lenny_shp
Top achievements
Rank 2
Rumen
Telerik team
IT Admin
Top achievements
Rank 1
Hemamalini
Top achievements
Rank 1
Marcel Härry
Top achievements
Rank 1
Share this question
or