Hi Grillonegro,
When the
Enabled property of RadEditor is set to
false, then the editor is
rendered as a standard DIV element on the page and its content is loaded in this DIV. Since there is no editor on the page its client event are not loaded. This is by design.
If you would like to disable the editor without rendering a DIV on the page, you should do that on the client using the
editor.enableEditing(false) method. Here is an example:
Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now