This tutorial demonstrates how to use an ASPxSpellChecker component to create a simple web application with spell check functionality.
This example demonstrates how to check spelling in a specific control placed to a control container. Key steps are the following:
- Set the ASPxSpellChecker.CheckedElementID property to the control ID.
- Handle the ASPxSpellChecker.CheckedElementResolve event to specify the control to be checked.
- Call the ASPxClientSpellChecker.Check method in a button client-side
Click
event handler.
Note
You can check all text-aware controls located in a control container using the ASPxClientSpellChecker.CheckElementsInContainer method.
- Default.aspx (VB: Default.aspx)
- Default.aspx.cs (VB: Default.aspx.vb)
(you will be redirected to DevExpress.com to submit your response)