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, and TreeView.

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.

Example
View Source
Change Theme:

Chart

To show the ContextMenu for a Chart, use the seriesClick event of the Chart and the show method of the ContextMenu.

Example
View Source
Change Theme:

TreeView

To show the ContextMenu for a TreeView, use the nodeClick event of the Chart and the show method of the ContextMenu.

Example
View Source
Change Theme:

In this article

Not finding the help you need?