I'm trying to set up a panel bar that has the size restrictions of FullExpandedItem, but the behavior for child items of SingleExpandedItem (only one item within a group expanded at a time)
I can come really close by using FullExpandedItem, and using OnClientItemClicking where the function collpapses all the peers of of the item being clicked (if level isn't 0) and it works perfectly....unless you click on the expandhandle.
In that case, the OnClientItemClicking function is never called.
How can I either get a chance to handle the click when the expandhandle is called, or implement this whole thing a different way?
I can come really close by using FullExpandedItem, and using OnClientItemClicking where the function collpapses all the peers of of the item being clicked (if level isn't 0) and it works perfectly....unless you click on the expandhandle.
In that case, the OnClientItemClicking function is never called.
How can I either get a chance to handle the click when the expandhandle is called, or implement this whole thing a different way?