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

How to disable the "Add to Dictionary" option in RadEditor AJAXSpellCheck

2 Answers 112 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Martillo
Top achievements
Rank 2
Martillo asked on 17 Aug 2008, 03:12 AM
Is there a way to disable (or hide or remove) the "Add to Dictionary" option that appears in the context menu when a user clicks on a misspelled word after running an AJAXSpellCheck in the RadEditor?

Thanks for your help.

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 18 Aug 2008, 11:12 AM
Hi Martillo,

In order to remove the Add to Dictionary item, you should set the editor's SpellCheckSettings-AllowAddCustom property to "false", e.g.

<telerik:radeditor SpellCheckSettings-AllowAddCustom="false" runat="server" ID="RadEditor1"></telerik:radeditor>

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Martillo
Top achievements
Rank 2
answered on 18 Aug 2008, 05:29 PM
Perfect. Thank you!
Tags
Editor
Asked by
Martillo
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Martillo
Top achievements
Rank 2
Share this question
or