Features - Standard Editors

Type a text in the editor and press the "Check Spelling ..." button
Check Spelling ...

Description
C#
VB
ASPX

This demo illustrates how to force the SpellChecker to check the text currently edited in the standard TextBox control. To accomplish the spell check process, the ASPxSpellChecker provides several client side methods: Check(), CheckElementById(), CheckElement() methods. The first method is used to check the element whose ID is set for the CheckedElementID property. In this demo you're able to enter any text into the TextBox below. Note that although you may check the suggested text, it would be better to enter some misspelled words into the text box, to see how the SpellChecker works.