Hi there,
I have a menu called "A" and I want to attach a menu called "B" to several menu items of "A", without duplicating "B".
First, I guessed there were a possibiliy to attach a menu to another menu but (tell me if I'm wrong) it's not possible.
So, I tried to put "B" in an user control but RadMenu don't allow to put an user control as menu item child.
Then, I tried to attach / copy "B" programatically to menu items of "A" but this acts as a move instead of copy.
Finally, I think the best way is to create an XML file for "A" and another for "B", and to programatically bind "B" to menu items of "A". Is anybody can confirm this option ?
I have a menu called "A" and I want to attach a menu called "B" to several menu items of "A", without duplicating "B".
First, I guessed there were a possibiliy to attach a menu to another menu but (tell me if I'm wrong) it's not possible.
So, I tried to put "B" in an user control but RadMenu don't allow to put an user control as menu item child.
Then, I tried to attach / copy "B" programatically to menu items of "A" but this acts as a move instead of copy.
Finally, I think the best way is to create an XML file for "A" and another for "B", and to programatically bind "B" to menu items of "A". Is anybody can confirm this option ?