Hello Creztor,
You can disable RadEditor on the client using the using the
editor.enableEditing
(false) method. Here is an example:
This method will disable the content area typing and the toolbar, but the editor will be rendered on the page and its client-side API will be fully functional.
You can also disable RadEditor from the server by setting the
Enabled property of the editor to
false. When the
Enabled property is set to
false, RadEditor is rendered as a simple DIV element on the page, containing the value of its Html property. The RadEditor object is missing and it is not possible to use the RadEditor's Client-Side API, its client event handlers and methods.
Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items