I have a hierarchical menu of RadMenuItems
Item
SubItem
SubSubItem
If I select SubSubItem, is there any way via recursion I could iterate back up the tree to the top Item menu?
I saw a post from 2013 that suggested storing references to the preceding menu item in the Tag property but I'm wondering if there is a better way now to do this?
Thanks
Carl
