Is there any planned way to validate only portions of a form??
I'm thinking of a big form for an object, which has a list of child-objects inside (for example a Employee form with a list of phone numbers), with buttons to add phones to the main form. It'd be good to perform validation on these child objects without validating the parent form.
-- Ing. Leonardo Quijano Vincenzi Director Técnico DTQ Software Howard Lewis Ship escribió:
Put: <binding name="clientValidationEnabled" value="true"/> On you *** Form *** component. This single parameter on the Form controls validation for all components inside the Form.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
