Skip to main content

Check Spelling Dialog

ASPxHtmlEditor allows users to use the Check Spelling dialog to check the spelling of its content.

In the Design View, use the techniques below to invoke a dialog:

If the text contains spelling errors, the dialog allows you to view these errors and either correct or ignore them.

ASPxHtmlEditor-Concepts-WorkWithContent-CheckSpelling-Dialog

The following window indicates that the entire text is scanned:

ASPxHtmlEditor-Concepts-WorkWithContent-CheckSpelling-CompleteWindow

Important

If ASPxHtmlEditor contains the Check Spelling button, the built-in browser spell check feature is disabled.

Dialog Customization

At design time, you can use the ASPxHtmlEditor Designer to customize dialog settings. Programmatically, you can specify the HtmlEditorDefaultDialogSettings.CheckSpellingDialog property for this purpose.

Use the ASPxHtmlEditor.SettingsSpellChecker property to customize the spell check functionality.

Designer_CheckSpelling

Online Demo

Spell Checking