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?
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.
Awesome, thanks Dan.