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.