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

Editor disabling after postback

1 Answer 40 Views
Input
This is a migrated thread and some comments may be shown as answers.
Karen
Top achievements
Rank 1
Karen asked on 10 Nov 2008, 11:08 PM
Hello,

I put RadEditor inside the UpdatePanel, when button is clicked and postback raised the Editor becomes disabled and nothing is possible to type there, any ideas?

Here is the ASPX code

<asp:UpdatePanel ID="SendPMUpdatePanel" UpdateMode="Conditional" runat="server">
                        <ContentTemplate>
<telerik:RadTextBox SkinID="CustomWidth" MaxLength="255" Width="350" ID="SubjectBox" runat="server"></telerik:RadTextBox>

<table cellpadding="0" cellspacing="0" border="0" width="750">
                                <tr>
                                    <td><asp:Button ID="SendMessageBtn" UseSubmitBehavior="false" OnClick="SendMessageBtn_Clicked"  runat="server" Text="SEND MESSAGE" /></td>
                                </tr>
                            </table>
                        </ContentTemplate>
                    </asp:UpdatePanel>

1 Answer, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 13 Nov 2008, 06:23 AM
Hi Karen,

Could you paste the code which is executed when the button is clicked? You can also try to see if the behavior is the same with the default skin of the control.

Regards,
Pavel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Input
Asked by
Karen
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Share this question
or