SharePoint 2010: Quick Launch Navigation Levels -


Can someone tell me how to configure OOTB AspMenu control to get the following: < Ul>

  • Quick Launch should only show 1 level of static items
  • except for for titles, they are meaningless for themselves, so that they are given the page /
  • Menu should not display a dynamic flyout

    Basically, navigation The envelope should appear as follows (assuming that the child sites and / or pages in the subsites are hidden, but which are hidden):

      Starting a node - subsection 1 - subset 2 - page 1 - heading - Page 2 - Page 3 - <3>   

    I use this functionality by using the properties of aspen menu control There is no way to get it, so I explicitly removed it instead and MenuItemDataBoundEvent Child items in SubSite form have been run as follows:

      Protected Zero Current NavigationManayu EmDataBound (Object Sender, MenuEventArgs E) {// Hide the content of the subsite (only level-1 link below the headings Are displayed). If (E. ITEM parent! = Null & amp; IT Item Parent.Selective) e. ITEM mother-father. Hair element Remove (E. Items); }    

  • Comments