Updating a RTE in an UpdatePanel just shows the spinner

Last post 11-08-2012, 6:31 AM by Kenneth. 4 replies.
Sort Posts: Previous Next
  •  10-15-2012, 6:12 PM 74992

    Updating a RTE in an UpdatePanel just shows the spinner

    Trying to update a richtexteditor that's in an UpdatePanel doesn't seem to work - it just shows the spinning image.

     

    TestPage.aspx

    1. <asp:UpdatePanel ID="TestPanel" runat="server">  
    2.     <ContentTemplate>  
    3.         <RTE:Editor ID="Editor" runat="server" />  
    4.         <asp:Button ID="ChangeButton" runat="server" OnClick="ChangeButton_Click" />  
    5.     </ContentTemplate>  
    6. </asp:UpdatePanel>  

    And the code behind

    1. protected void ChangeButton_Click(object sender, EventArgs e)  
    2. {  
    3.     Editor.Text = "testing";  
    4. }  
    Is there a trick to getting it to work? Disabling ViewState for the control seemed to work but only the first time. If you press the button again, it just spins.

     

    I'm using version 8.0 2012100900.

     

  •  10-16-2012, 6:57 AM 74996 in reply to 74992

    Re: Updating a RTE in an UpdatePanel just shows the spinner

    Hi Trystan,

     

    We have fixed this issue and will provide the new download package soon.

     

    Regards,

     

    Ken 

  •  10-25-2012, 9:32 PM 75060 in reply to 74992

    Re: Updating a RTE in an UpdatePanel just shows the spinner

  •  11-07-2012, 11:19 PM 75176 in reply to 75060

    Re: Updating a RTE in an UpdatePanel just shows the spinner

    I'm running into a similar issue IE9 with a long running script error when I have the richtexteditor in an updatepanel.

     

    Where can I download the latest build? 

  •  11-08-2012, 6:31 AM 75186 in reply to 75176

    Re: Updating a RTE in an UpdatePanel just shows the spinner

    Hi travissmithv1,

     

    Latest build download url: http://richtexteditor.com/download/richtexteditor.rar

     

    Regards,

     

    Ken 

View as RSS news feed in XML