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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -