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

Strange behavior using IE9

1 Answer 66 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Roy Halvorsen
Top achievements
Rank 1
Roy Halvorsen asked on 09 Jun 2011, 10:11 AM
I have a Website running v.2011_1_315 (Asp.Net Ajax). The editor's .Content and .Text properties are allways empty when running in IE9, but when using IE9 with Compatibility View turned on, everything seems fine. I upgraded the Telerik.WebUi,dll to v.2011_1_531, but the problem is still there. No content and no text unless running IE9 in Compatibility mode. But, the strangest is that on another website i have, running the exact same configuration and the same version of Telerik.Web.Ui.dll, I have no problems with IE9, and .Content and .Text has the values entered in the editor.

Am I missing something, or is there still some issues with IE9?

Roy

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 10 Jun 2011, 02:08 PM
Hi Roy,

I just answered your support ticket on the subject. For your convenience I have inserted below my answer:

All you need to do to fix this ASP.NET problem is to set UseSubmitBehavior="false" in the Update button declaration:
<asp:Button ID="btnSave" UseSubmitBehavior="false" runat="server" Text="Save" OnClick="btnSave_Click" />


All the best,
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.

Tags
Editor
Asked by
Roy Halvorsen
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or