Background: I have a form with a "clear form" and a "cancel" button. If I have invalid data inside a dropdown and click either of these buttons the dropdown's validating event fires. I've added code to the validating event to succeed when either "clear" or "cancel" are pressed.
Problem: I would expect that the next thing that will happen is that the button-click events will fire. In the case of the "cancel" button it does. But the event for the "clear" button does not. I can't see any difference between the two buttons/events. What's going on and how do I fix this?