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

RadEditor error with RadTab when using UpdatePanel on IE9

1 Answer 40 Views
Editor
This is a migrated thread and some comments may be shown as answers.
VnDevil
Top achievements
Rank 2
VnDevil asked on 29 May 2011, 06:18 AM
Hi Telerik,

I have two tabs, one tab displays some information and a tab to load RadEditor

When run the program I set SelectedIndex is Tab1, then press into Tab2 and press update button to write content of editor,
It's ok on Firefox or Chrome but it's doesn't work in IE9

You can see my sample project in download link below,
http://www.mediafire.com/?o73iqtm9vyoy1mw
Please check it for me,

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 31 May 2011, 02:33 PM
Hi VnDevil,

All you need to do to fix this ASP.NET problem is to set UseSubmitBehavior="false" in the Update button declaration:

<asp:Button ID="btnUpdate" runat="server" UseSubmitBehavior="false" Text="Update" Height="30" Width="80" OnClick="btnUpadate_Click" />

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

Tags
Editor
Asked by
VnDevil
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or