Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
UltraWebMenu + ipod style + selecting item which has children
posted

I was trying to use an ipod style (drill down) UltraWebMenu to enable users selection of an item.

The problem I have is that MenuItemClicked event fires only when a leaf (last child) is selected. I would also like to enable option to select an item, which is not a leaf (has other children). Is there a way to do this without turning off the drill down option?

Or is there some property or method to get the currently selected item?