Disable RadMenu dropdown functionality?
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"
/>
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.