Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Editor > Strange behavior using IE9

Answered Strange behavior using IE9

Feed from this thread
  • Posted on Jun 9, 2011 (permalink)

    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

    Reply

  • Answer Rumen Rumen admin's avatar

    Posted on Jun 10, 2011 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Editor > Strange behavior using IE9
Related resources for "Strange behavior using IE9"

ASP.NET Editor Features  |  Documentation  |  Demos  |  Step-by-step Tutorial  ]