Features - Check Controls in Container

Click the Check Spelling... button and the SpellChecker starts checking the text within all the controls onto the form.
Check Spelling ...

Name:
Position:
Birth Date:
v
Address:
About:
 
Description
C#
VB
ASPX

This demo illustrates how to force the SpellChecker component to check the text within several controls on a control container. For this, there are several client side methods: SpellChecker.CheckElementsInContainer and SpellChecker.CheckElementsInContainerById. Pass either the htmlElement or its Id to the corresponding method and the spellChecker will check the content of every control parented by this container.