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?