Expanding an Accordion Pane on Invalid Validation

sdtowplace

New Member
I have a collection of AccordionPanes containing various textfields/dropdowns, each with their own validators. If a few server-side validations occur on form submit, how can I expand a previously minimized pane that contains the invalid validator message? Otherwise, it will seem to the user that the form isn't submittable without reason.
 
Back
Top