Disable RadMenu dropdown functionality?

Posted by Community Admin on 05-Aug-2018 20:30

Disable RadMenu dropdown functionality?

All Replies

Posted by Community Admin on 01-Feb-2013 00:00

In my Sitefinity 5.3 website I'm using the RadMenu control in my master page (i.e. <telerik:RadMenu>) to display a sub-nav menu in the left column of the page. Here is the code that I am using:  

<sitefinity:SitefinitySitemapDatasource
ID="SitefinitySitemapDatasource2" StartingNodeOffset="1"
ShowStartingNode="true" StartFromCurrentNode="false"
runat="server" />
 
<telerik:RadMenu
ID="RadMenu3" EnableEmbeddedBaseStylesheet="false"
EnableEmbeddedScripts="false" EnableEmbeddedSkins="false"
DataSourceID="SitefinitySitemapDatasource2" runat="server"
/>


The menu displays the pages that I would expect but I want to disable the dropdown functionality. Right now the menu shows the parent (top-level page) and only when you mouse over the parent page do you see the child pages. I want the menu to always display expanded and without any JavaScript behavior.

Posted by Community Admin on 06-Feb-2013 00:00

Hello Aaron,

Please refer to the following forum thread, where a similar question has been asnwered:

www.telerik.com/.../fully-expanded-radmenu.aspx

Also, using your markup and setting EnableEmbeddedScripts="false" , will display all items in the navigation.

All the best,
Jen Peleva
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed