Hi Andrew,
The fully automatic inline spellchecking is currently not supported by RadEditor.
The content area of the editor is an editable IFRAME and allows to highlight the misspelled words by wrapping them inside
a <span> tag with inline css and class attributes, e.g.
<span
class="RadEWrongWord" id="RadESpellError_0" style="background-color: #ffff00;">misspelledword</span>
There is no other way to highlight the misspelled words except using HTML tags and css.
If we enable the automatic spellchecking this will drastically decrease the editing performance and slowdown the browser, because we should insert a span tag with inline style for every newly inserted misspelled word.
Please, note that Firefox offers built-in inline spellchecking and your users could use it instead of the editor's spellchecker.
Kind regards,
Rumen
the Telerik team