Hi all,
I have implemented a simple RadEditor on the page, where I want to display the contents within the RadEditor and a Print button on the top, to print the contents. I want to disable the content area specifically, so that users cannot make any changes to the populated text, but can still print.
Here is the code:
If I change the EditModes to Preview, then the Print toolbar button gets disabled as well, which I dont want.
I have implemented a simple RadEditor on the page, where I want to display the contents within the RadEditor and a Print button on the top, to print the contents. I want to disable the content area specifically, so that users cannot make any changes to the populated text, but can still print.
Here is the code:
<telerik:RadEditor ID="red1" runat="server" EnableResize="false" Width="100%" EditModes="Design" AutoResizeHeight="true" EmptyMessage="No notes"><Tools> <telerik:EditorToolGroup> <telerik:EditorTool Name="Print" /> </telerik:EditorToolGroup></Tools></telerik:RadEditor>If I change the EditModes to Preview, then the Print toolbar button gets disabled as well, which I dont want.
