This is a migrated thread and some comments may be shown as answers.

[Solved] Create Dynamic Menu from data model with parent and submneu item

1 Answer 71 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ITHelp
Top achievements
Rank 1
ITHelp asked on 06 Jul 2011, 04:52 AM
Hi,

I am new to MVC and would appreciate your help in creating a dynamic menu from a data model. The table for the model contains parent and child menu items. For example one menu item could have 3 submenu and 2 sub-submenu or another menu item could have just one submenu.

Menuitem Table
( Menu_ID int,
Menu_Desc varchar (200),
Menu_URL varchar (200),
Menu_Parent_menu_ID int
)

Thanking you inadvance for help.

Mani

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 06 Jul 2011, 07:14 AM
Hi Mani,

 You can check the model binding example. It shows how to bind the menu to a collection of objects.

Regards,
Atanas Korchev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Menu
Asked by
ITHelp
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or