This question is locked. New answers and comments are not allowed.
Hello,
I am working on my first Telerik MVC menu and have it working for the most part except that only the first level of child menu items are being processed. The top level items load and when dropped down contain the second level items. That is where it ends and looking at this code I am not sure how to fix this.
The menu part of this app was adapted from a previous post (can't find the link) with a Telerik representative posting an attachment. The demo uses a MenuIndexModel, MenuModel, and MenuItem model scenario. The menu loads from the database and has integrity in the relational data keys in that the table is recursive with every menu item having a parent key. The exception being the parent items where the ParentMenuItemPK value is null, which defines the top most items. The schema also has the Controller name and action columns.
Without posting code, does anyone have a example they could share that will recursively build what the Menu needs as the model and create every nested child menu item?
I am working on my first Telerik MVC menu and have it working for the most part except that only the first level of child menu items are being processed. The top level items load and when dropped down contain the second level items. That is where it ends and looking at this code I am not sure how to fix this.
The menu part of this app was adapted from a previous post (can't find the link) with a Telerik representative posting an attachment. The demo uses a MenuIndexModel, MenuModel, and MenuItem model scenario. The menu loads from the database and has integrity in the relational data keys in that the table is recursive with every menu item having a parent key. The exception being the parent items where the ParentMenuItemPK value is null, which defines the top most items. The schema also has the Controller name and action columns.
Without posting code, does anyone have a example they could share that will recursively build what the Menu needs as the model and create every nested child menu item?