This question is locked. New answers and comments are not allowed.
I am trying to set up a Kendo menu using Model data as children.
For example:
Parent Menu item <--- static text (parent level)
- child1 <-- from MVC Model
- child2 <-- from MVC Model
- child3 <-- from MVC Model
The documentation only has both parent and children reading out from a model. I am a newbie to MVC and Kendo. Any help will be appreciated.
For example:
Parent Menu item <--- static text (parent level)
- child1 <-- from MVC Model
- child2 <-- from MVC Model
- child3 <-- from MVC Model
The documentation only has both parent and children reading out from a model. I am a newbie to MVC and Kendo. Any help will be appreciated.