menu
Products
expand_more
expand_more
Content Marketing Platform
chevron_right
Overview
Features
Content Management System
chevron_right
Overview
SaaS CMS
Commerce Connect
Configured Commerce
Web Experimentation
chevron_right
Overview
Features
Feature Experimentation
chevron_right
Overview
Features
Data Platform
Product skillset
Product roadmap
Product migration
Documentation
expand_more
expand_more
Developer guides
User guide
APIs and libraries
chevron_right
Content Management System
Commerce Connect
Campaign
Search & Navigation
Community API
REST APIs
Releases
Upgrading
chevron_right
Content Management System
Commerce Connect
Search & Navigation
Forms
Personalization
Service API
OMVPs
expand_more
expand_more
Become a member
Benefits
OMVP events
OMVP members
Application and nomination
Digital badges
Community
expand_more
expand_more
Events
Developer updates
Happy hours
Forums
Blogs
Slack
Product feedback
Community recognition program
Resources
expand_more
expand_more
Optimizely Nuget feed
.NET
chevron_right
About .NET
Why upgrade?
Education
chevron_right
Live Training
Work Smarter
Masterclasses
Certification
Videos
Support
light_mode
Login
Search...
filter_list
All Content
filter_list
All Content
article
Documentation
forum
Forums
menu_book
User Guide
support_agent
Support Help Center
rss_feed
Blogs
new_releases
Releases
bug_report
Bug List
code
Class libraries
group
People
search
search
AI On
AI Off
smart_toy
Home
/
Forums
/
Developers (Main Products) Forum
/
Developer to developer
/
MenuList not displaying level2 node as selected
niklas.uhlin@sogeti.se
Vote:
expand_less
0
expand_more
Hi, I've got the following page tree:
Root Node1 Node2 Node2.1 Node2.2 Node2.2.1 Node2.3
... and the following code:
Now then, if I browse to "http://localhost/Node2/Node22/" the menus will correctly display Node2 and Node2.2 as selected (i.e. in bold). However, if I browse to "http://localhost/Node2/Node22/Node221/", only menus "first" and "third" will correctly display the selected nodes (i.e. only Node2 and Node2.2.1 are marked as selected while Node2.2 isn't anymore). Why's that? What am I doing wrong here? Thanks Niklas
#12776
Sep 18, 2006 9:21
Vote:
expand_less
0
expand_more
I have the exact same problem. Did you solve it? /jacob
#14879
Feb 12, 2007 16:34
niklas.uhlin@sogeti.se
Vote:
expand_less
0
expand_more
Nope. Not declaratively anyway. When handled from code-behind, I was able to programmatically solve it. Can't remember exactly what I did though, and I no longer have the code. Sorry.
#14880
Feb 15, 2007 9:19
Please login to post a reply
reply
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.
Submit
Cancel
arrow_upward
Root Node1 Node2 Node2.1 Node2.2 Node2.2.1 Node2.3... and the following code:
Now then, if I browse to "http://localhost/Node2/Node22/" the menus will correctly display Node2 and Node2.2 as selected (i.e. in bold). However, if I browse to "http://localhost/Node2/Node22/Node221/", only menus "first" and "third" will correctly display the selected nodes (i.e. only Node2 and Node2.2.1 are marked as selected while Node2.2 isn't anymore). Why's that? What am I doing wrong here? Thanks Niklas