HI!
I have a problem.
I want to hide the dropdown sub menu in my menu column. I only want to display the root menu in the menu column.
Of course I can realize it by set the sub menu's option:Display in menu. But I think set depth of menu is a better way,more directly .
I have set the "ExpandDepth" parameter of the Menu,but it looks doesnt work !
Something wrong with me??? Here is the code:
-------------------------------------------------------------------
<dnn:NAV runat="server" id="dnnNAV" ProviderName="DNNMenuNavigationProvider" ExpandDepth="1" Level="root" ... ...
--------------------------------------------------------------------
Thanks!!!