Error:
Problem:
By default “Spell check” button uses “AjaxSpellCheck” not “SpellCheck “
<telerik:EditorTool Name="SpellCheck" Enabled="true" />
Solution:
Use AjaxSpellchek
<telerik:EditorTool Name="AjaxSpellCheck" Enabled="true" />
Related posts
Add comment