
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
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.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
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.

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 >>

Is there any other alternative workaround found for this issue. Please let me know.
Thanks,
Hema L.
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

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.