Hi,
I'd like to spell check text that a user has entered into a RichTextBox control. But there doesn't seem to be a way of doing it. If you set the spell check target to the Xaml property of the RichTextBox and 'AllowXML' nothing happens, i.e. no misspellings are picked up. But if you select all the text and set the target to Selection.Text it correctly picks up the spellings but all the formatting is lost.
Is this supported? If so how? If not will it be supported in a forthcoming release?
BTW I'm using version 2010.3.
Thanks,
Richard
Hi Richard,
There's a similar thread about spell-checking text in RichTextBox:
http://community.infragistics.com/forums/t/41424.aspx
Could you take a look and check if it solves your issue ?
Hope this helps,
Hi Georgi,
That's great thanks, it did resolve my issue.