This is a migrated thread and some comments may be shown as answers.

[Solved] Clicking menu item is not possible

0 Answers 32 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Luke jj
Top achievements
Rank 1
Luke jj asked on 02 Aug 2010, 12:22 PM

Hi,

When in sitemap all submenu itmes have attribute visible="false" then we can't click on parent menu item. 

Is this a bug ?

For example I have sitemap like this and then I can't click Manage_Attributes node in menu.

01.<siteMapNode title="ATTRIBUTES">
02.      <siteMapNode controller="Attributes" action="Create" title="ADD_ATTRIBUTE"  />
03.     <siteMapNode controller="Attributes" action="Overview" title="MANAGE_ATTRIBUTES"  >
04.          <siteMapNode controller="Attributes" action="EditEnumValue" title="EDIT_ATTRIBUTE" visible="false" /> 
05.          <siteMapNode controller="Attributes" action="Edit" title="EDIT_ATTRIBUTE" visible="false"/>
06.          <siteMapNode controller="Attributes" action="CreateEnumValue" title="EDIT_ENUM_VALUES" visible="false"/>
07.            
08.      </siteMapNode>
        </siteMapNode

Tags
Menu
Asked by
Luke jj
Top achievements
Rank 1
Share this question
or