Rank: Member Groups: Member
Joined: 6/8/2007 Posts: 13
|
I've had a search through the forum and help but cannot find anything about this.
I've managed to create a Menu dynamically populated from a database in a similiar style to the example 'Style 3'. Which is sort of working fine.
However, so items on the menu have no sub items, therefore I would like the parent link to navigate to the correct page if no sub links, but if there are sub links, then to expand. I have the expand working. But cannot get the Parent links to work as a link.
Any ideas?
Regards
Regards
Craig
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Top level slide menu item either brings you to another page or expand the sliding pane, depending on whether you have set the item's NavigateUrl. You can not have both. You can however automatically expands an item based on the item's NavigateUrl. Check BaseNavigator.AutoSelectSource property for more details.
Thanks
|