This is a migrated thread and some comments may be shown as answers.

How to disbale spell check and ... in readonly RichTextBox

1 Answer 254 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Leo
Top achievements
Rank 1
Leo asked on 14 Oct 2011, 08:30 AM
Hi everyone,

I'm using a rich text box to diplay HTML. But the readonly richtextbox checks the spells by default. How can I diasble this feature?

And as you can see in attached picture, there is a styling toolbox above the context menu. How can I make the toolbox not show? It's meaningless since the richtextbox is just used as an HTML place holder.

Thanks,
Leo

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 18 Oct 2011, 03:03 PM
Hello Leo,

There are boolean properties for enabling and disabling these two features. They are enabled by default, regardless of the value of the IsReadOnly property. These properties are IsSpellCheckingEnabled and IsSelectionMiniToolBarEnabled.
You can find more information on the SelectionMiniToolBar here, whereas this article deals with spell checking.

Regards,
Iva Toteva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
Leo
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Share this question
or