Is it possible to perform a spell check without user interaction and entirely on the server side? I'd like to call a method that runs a spell check on a segment of text, and then return a list of misspelled words Is this possible?
Thanks
1 Answer, 1 is accepted
0
George
Telerik team
answered on 22 Jul 2008, 10:17 AM
Hi Jon,
Please review the following code that demonstrates how to achieve the desired behavior: