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