I'm in a situation where i'm up against a tight deadline and do not have the option to use a different menu at this stage... mostly due to CSS associations already in place with the current menu...
With the existing site i'm working on here is my issue using DNNMenuNavigationProvider
Issue: I just want to display the Root menu items and the First level parent flyout menu. "NOT" any child menu items from the parent.
I tried Expand Depth... but all I get is the Root Menu displayed and no first level parent fly-out. Can someone please advise how i could alter my DNN Nav code below to just display the Root level and 1st level parent menu items "without" displaying the sub "sub" children items?
< dnn:NAV runat="server" id="dnnNAV" ProviderName="DNNMenuNavigationProvider" IndicateChildren="False" ControlOrientation="Horizontal" CSSControl="mainMenu" ControlAlignment="Left" Tooltip="Title" PopulateNodesFromClient="False" ExpandDepth="1" / >
I've checked the Dnn Style Guide and have tried setting the values accordingly.
I do realize it would be best to drop this menu altogether and go with something else, but unfortunately, this is not an option i have at this point.
Hopefully i'm not doomed?
Any work-a-rounds or suggestions would be great to get the current DNN menu to display only root and first level menu fly-outs and "Not" sub children.
Thanks and please advise...
