I have an accordion control and I want to cancel moving to the next accordion pane if my controls on the currently selected pane are in an invalid state.
The Accordion container uses the IndexChangedEvent which does not have it's cancelable property set to true, so I cannot call .preventDefault to stop this. Has anybody else out there attempted something like this? Thanks

