search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to create a context menu submenu in MVC

Asked by Rob
4 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?

Answer posted by Dan Letecky [DayPilot]
4 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.

Comment posted by Rob
4 years ago.

Awesome, thanks Dan.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.