Search code examples
c#telerikradeditor

To disable telerik:RadEditor c#


How to disable the telerik:RadEditor? i gave editor.enabled= false but the control is not visible.


Solution

  • Try using editor.enableEditing(false)

    See the telerik forum here. The question is around disabling the editor from the client-side. Hopefully this helps.