Hi,
I have a problem while using the spellcheck feature for RadRichTextBox.
I'm loading a custom dictionary using the following command line:
Then, I set the IsSpellCheckingEnabled as True.
The spellchecker does not recognize the words in the dictionary file.
The misspelled words are underlined, but suggested words do not show up when I click the misspelled word. How can I get the suggested word to show up?
I have a problem while using the spellcheck feature for RadRichTextBox.
I'm loading a custom dictionary using the following command line:
CType
(
Me
.RadRichTextBox1.SpellChecker, DocumentSpellChecker).AddDictionary(dictionary, CultureInfo.InvariantCulture)
Then, I set the IsSpellCheckingEnabled as True.
The spellchecker does not recognize the words in the dictionary file.
The misspelled words are underlined, but suggested words do not show up when I click the misspelled word. How can I get the suggested word to show up?