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

Programmatically add words to dictionary

2 Answers 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 04 Sep 2013, 04:52 PM
Is it possible to add words to the dictionary on the fly? It's infeasible to know the words beforehand. If not, how do I prevent the red squiggles from appearing?

2 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 09 Sep 2013, 08:43 AM
Hi Matthew,

The built-in spellchecker functionality of the editor is activated only after you press the AJAX spellchecker tool. After that the misspelled words are highlighted with yellow background (if not modified) and not with red squiggles.

I suppose the mentioned squiggles comes from the browser's spell checking feature. I am attaching two snapshots, one with the browser's spell check highlighting and one with the editor's. Please compare them and get back to me if I am somehow mislead to the origin of your problem.

If the problematic case is the browser's feature there is no way to manage its library programmatically from the editor's API, because the functionality is implemented inside the browser's core.

Nevertheless, you could check these articles about how to manage or disable this feature in:

Regards,

Ianko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Matthew
Top achievements
Rank 1
answered on 09 Sep 2013, 03:08 PM
Thanks Ianko. You've correctly diagnosed my problem.
Tags
Editor
Asked by
Matthew
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Matthew
Top achievements
Rank 1
Share this question
or