Hey there, I have a panel bar that can have multiple items. I use the select method to do a bunch of code work. I know want to implement an unsaved changes warning on the page so I need to implement a way to stop the panelbar from expanding or collapsing.
I know I can do it from the expand and collapse events - I have tested this and it works great (e.preventDefault()). However since I have all of my coding within the select event and I have other actions that sometimes expand and collapse the panels dynamically I would like the ability to stop the panelbar from expanding and collapsing from the select event. Is that possible? I do see that the select event fires first.
Thanks,
Coty