Hi All,
i was just wondering how validation is supposed to work with the Panelbar. What i have is
i was just wondering how validation is supposed to work with the Panelbar. What i have is
- a toolbar with a Save button on it.
- a Panelbar with numerous items with textboxes etc
What i want it to do is have it so when i click on Save in the toolbar it first checks if all the controls are validated in the Panel bar and if not focus on the first control not found.
Even better is if this validation could occur on the client side before postback.
I tried to set it up as per the example in the demo of the Toolbar using the ValidationGroups but it doesn't work as i suppose the Validators in the Panel Items aren't visible to the Toolbar.
I can explicitly fire the Validator using the demo example in the Panelbar validation section, but i don't want to post back if i can help it.
any ideas?
Jordan