Add spell check into a telerik mvc editor -
i want use telerik editor in mvc 3 application building. possible add spell check editor?
thank you
i know question bit old, ran same problem (in mvc2), , solved using jquery spellchecker, found asp version there , adapted work in mvc2.
the trick make work telerik editor call spell checker on "good" jquery object, i.e. if editor named "contenteditor", need call spellchecker on $('#contenteditor-value')
hope helps.
Comments
Post a Comment