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

Rich text box default dictionary

1 Answer 105 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Deepthi
Top achievements
Rank 1
Deepthi asked on 04 Mar 2011, 05:54 AM
Hi,

When some content is assigned to the siverlight richtextbox , all the content is displayed with red colored underline even for most frequently words like a, in, an, the, this, for etc..... Is there any way to load default system dictionary instead of custom dictionary to avoid these underlines?

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 04 Mar 2011, 12:59 PM
Hello Deepthi,

The spell checking in RadRichTextBox is enabled by default. You have control over it through the property IsSpellCheckingEnabled. 
The dictionary that it uses is located in Telerik.Windows.Documents.Proofing.Dictionaries.En-US and you should add a reference to the assembly in order to load the dictionary. It is usually discovered through MEF, however, if you are using library caching, MEF will not be able to load the assembly, but you can proceed as described in this forum thread.
If that is not the case and you do not manage to get spell checking working properly, we would greatly appreciate some more information on your scenario and implementation. Preferably, a demo project.

All the best,
Iva
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
RichTextBox
Asked by
Deepthi
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Share this question
or