How to create a context menu submenu in MVC Asked by Rob6 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? how-tomvc
Answer posted by Dan Letecky [DayPilot]6 years ago. The submenus are now supported in the MVC version as well in the latest sandbox build (2019.4.6005): https://mvc.daypilot.org/sandbox/ You can specify the submenu items using Items property of MenuItem class.