This is a migrated thread and some comments may be shown as answers.

RadSpell not implemented error

1 Answer 80 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jacques
Top achievements
Rank 1
Jacques asked on 18 Jul 2008, 04:14 PM
Getting 'The command spellcheck not implemented'. The dictionarys have been put in the App_Code/RadSpell directory and the config file has been updated with the SpellCheck handler.

<

add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Version=2008.1.619.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"

validate="false" />

Is there something else that needs to be set up before spellcheck will work?

Thank you

Jacques

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 Jul 2008, 04:32 PM
Hi Jacques,

RadEditor for ASP.NET AJAX supports only the ajax inline spellchecker but not the dialog one (there is a KB article how to enable the dialog spellchecker in RadEditor for ASP.NET AJAX). To fix the problem you need to add the AjaxSpellCheck button to the toolbar, but not the SpellCheck button. If the editor in your project is using a toolsfile make sure that you have put the following tag in it:

<tool name="AjaxSpellCheck"/>

but not

<tool name="SpellCheck"/>

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Jacques
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or