I'm using the HtmlEditorExtender component from AjaxToolKit and I'm having some trouble.
I'm trying set the HtmlEditorExtender as ReadOnly but I can't find a way to do it.
Setting the TextBox associated with the HtmlEditorExtender as ReadOnly = true
or Enabled = false
is not working.
Any ideas?