I have a requirement to allow spell checking for some textboxes in a Silverlight application.
I'm looking for a server-side solution. By server-side I mean that the dictionary doesn't reside on the client.
I have Telerik RadControls for Silverlight, which has the RadSpellChecker and the RadRichTextBox which supports spell checking, but as far as I know have to include the 3mb+ dictionary in the XAP file and the size of the xap is a concern.
Suggestions?