This question is locked. New answers and comments are not allowed.
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