I have several textboxes on some page.
Is it possible to spell check these textboxes separately, choosing the textbox by double-clicking?
Can I load this WebSpellChecker to a page dynamically? For example:
Dim ctrlSpellChecker As Infragistics.WebUI.WebSpellChecker.WebSpellChecker = Me.Page.LoadControl(GetType(Infragistics.WebUI.WebSpellChecker.WebSpellChecker), Nothing)