New to Kendo UI for Angular? Start a free 30-day trial
Integration with Data-Bound Components
The ContextMenu provides options for using it together with other data-bound Kendo UI components such as the Grid, Chart, TreeView, and Scheduler.
Grid
To show the ContextMenu for a Grid, use the cellClick
event of the Grid and the show
method of the ContextMenu. Right-click on a cell in the example below to see the context menu.
Change Theme
Theme
Loading ...
Chart
To show the ContextMenu for a Chart, use the seriesClick
event of the Chart and the show
method of the ContextMenu.
Change Theme
Theme
Loading ...
TreeView
To show the ContextMenu for a TreeView, use the nodeClick
event of the TreeView and the show
method of the ContextMenu.
Change Theme
Theme
Loading ...
Scheduler
To show the ContextMenu for a Scheduler, use the eventClick
event of the Scheduler and the show
method of the ContextMenu.
Change Theme
Theme
Loading ...