This question is locked. New answers and comments are not allowed.
Remove word doesn't really seem to work for me. I want to remove the word 'repot' because report is misspelled a lot.
this.myRichTextBox.SpellChecker.RemoveWord("repot");
This doesn't seem to work. Maybe it's not possible if I load it like:
<telerik:RadRichTextBox Name="myRichTextBox" IsSpellCheckingEnabled="True"
this.myRichTextBox.SpellChecker.RemoveWord("repot");
This doesn't seem to work. Maybe it's not possible if I load it like:
<telerik:RadRichTextBox Name="myRichTextBox" IsSpellCheckingEnabled="True"