Example of DefaultFunctionalities in ASP.NET MVC Context Menu Control
This sample demonstrates the default functionalities of the ContextMenu. Right click/Touch hold the rectangular area to open the ContextMenu.
ContextMenu is a graphical user interface that appears on the user right click/touch hold action. It has support to provide single level/multiple level of ContextMenu.
In this demo,
target
opens in a new tab
property is set as '#contextmenutarget'. Hence, on right clicking the target element, the ContextMenu will open.
In mobile mode, the submenu opens in a single layer with an option to switch back to the parent menu.
More information about ContextMenu can be found in this documentation section opens in a new tab.