I am using the Panelbar for navigation. The Panelbar expands when a category button is clicked. When a child item is selected in the Panelbar and navigate to page, the Panelbar collapses. The Panelbar should stay open until another item on the same level is selected. The user must reopen the menu item to select another item from the same level. In my case two levels collapse, back to original setting when web site opened.
The menu looks like this:
Major Category 1 (Always expanded)
Item 1
item 2
Item 3
Major Category 2
Minor Category 1
Item 1 Selecting any of these items will collapse everything back to Major Category 2
Item 2
Item 3
Minor Category 2
Item 1 Selecting any of these items will collapse everything back to Major Category 2
Item 2
We have these settings:
ExpandMode="MultipleExpandedItems" This is selected because we have the most used items expanded all the time and then less used items in major categories with sub categories then child items.
Prevent collapse does not let the panel ever collapse once it has been opened
What setting do we use so the panelbar will remain expanded until another item on the same level is expanded?
We are using ASP.NET with Ajax version: 2011.2.712.40