Hi all,
I am using a menu combined with a sitemapdatasource and have set the staticselectedstyle & dynamicselectedstyle to how I would like the menu buttons to look like if they are selected. What I would like to achieve is to have a parent menu button have the same style as the child menu button when the child menu button is clicked and navigated to a corresponding link.
I have tried using the MenuItemClick method and placing e.Item.Parent.Selected = true and this does not work. Then I tried binding the data with the menu and this selected the parent menu button (ie changed the style) but the link did not work with the child menu button (ie. did not navigate to the link associated with the menu button).
Has anyone else come across this and found a work around? Any ideas would be greatly appreciated.
Cheers.