Can we dynamically add sub items in Navigation Menu Items of Navigation Menu.

0
I have a Menu Bar which consists items. What i want is “onclicking an menu item it shows all objects present in database as subitem of this menu item”. Can it be possible? If not please suggest another way. thanks
asked
2 answers
1

No not possible using the standard navigation menu.

You could use a listview instead which shows the list of items from database and style this list as navigation

answered
1

You could also try using a Navigation List widget.  This creates an object that looks like a menu but provides more flexibility.

answered