RadRichTextBox - Apostrophe separates word while spell checking
atabeata opened this issue · 1 comments
atabeata commented
While checking the word with an apostrophe like "I've", the "CheckWordIsCorrect" method is checking only "ve" (instead of "I've"). The apostrophe is treated as a words separator and because of that the "I've" word is marked as incorrect.
How can I check words with apostrophes?
Thanks,
Beata
bsivanov commented
If I am not wrong, we've discussed this problem in a support ticket and it's related to known issue in RadRichTextBox: RichTextBox: Words with apostrophes are considered invalid by the spell checker. I am closing the issue, as it's not related to the examples itself.