The ASP.NET MVC Rich Text Editor (RichEdit) delivers built-in spell checking support, including the type-as-you-go error detection. This demo shows how a document's spelling can be checked and corrected within the RichEdit.
You can use the Settings.SpellChecker property to define the spell checking availability and the main spelling options (such as the selected culture and paths to alphabet, grammar and dictionary files).
The spell-checking functionality exposed by the RichEdit is provided by the SpellChecker extension. To learn more about the capabilities of the DevExpress ASP.NET MVC Spell Checker, refer to its demos.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxRichEditDemos |