Hi Oleg, You can add to your item renderers validators for example StringValidator for your TextInput. Next creat custom event for ex. "invalidString" and dispatch it with bubbles=true when something goes wrong. Add event listener for "invalidString" event to your dataGroup and do whatever you want.
Piotr ----- Apache Flex Committer [email protected] -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Validating-DataGroup-children-tp6285p6287.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
