Rank: Member Groups: Member
Joined: 5/27/2010 Posts: 22
|
Hi.
Is there a property that allows each submenu to have one Item Selected?
It seems whenever I change the Selected regardless of which Submenu Group its in, it unselects all other selected.
Thanks.
|
Rank: Member Groups: Member
Joined: 5/27/2010 Posts: 22
|
Hi, Forget it, I answered my own question, doing things from code behind is messing everything up. I figured out that when I use ClientSideOnItemClick and follow with the function like listed in http://doc.essentialobjects.com/library/1/menucommon/handlingevent/client_event.aspxI was able to click on and off whatever I wanted to. I think its preferable to use the ClientSideOnItemClick like posted previously.
|