I have a server side Panel and the Rad editor is within the panel.
Now when I try to disable the panel the Rad editor also should get disabled along woth other controls in the panel.
But RAD editor is not disabled ,but allows the user to edit the text.
The code is as follows.
pnlReqeuster.enabled =false and this should disable the rad editor but it is not getting disabled.
The screenshot of editor after the panel is disabled is attached.
Please help.
Now when I try to disable the panel the Rad editor also should get disabled along woth other controls in the panel.
But RAD editor is not disabled ,but allows the user to edit the text.
The code is as follows.
<asp:Panel ID="pnlReqeuster" runat="server" CssClass="panel">
<asp:Panel ID="pnlInterfaceDetails" runat="server" CssClass="panel" BorderColor="white">
<
telerik:RadEditor MaxHtmlLength="8000" ID="txtDescription" runat="server" ToolsFile="../App_Data/ToolsFile.xml">
</telerik:RadEditor>
</asp:Panel>
</asp:Panel>
In thr code behind we give
pnlReqeuster.enabled =false and this should disable the rad editor but it is not getting disabled.
The screenshot of editor after the panel is disabled is attached.
Please help.