How to create a context menu submenu in MVC
Asked by Rob
6 years ago.
6 years ago.
I'm converting from Web Forms to MVC and I can't see in any of the documentation how to add a submenu to a context menu in MVC, yet the context menu documentation section says that submenus are supported in MVC. Any examples?
DayPilot