New to Kendo UI for AngularStart a free 30-day trial

Integration with Data-Bound Components

Updated on Aug 19, 2026

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.

Loading ...

Chart

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

Loading ...

TreeView

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

Loading ...

Scheduler

To show the ContextMenu for a Scheduler, use the eventClick event of the Scheduler and the show method of the ContextMenu.

Loading ...
In this article
GridChartTreeViewSchedulerSuggested Links
Not finding the help you need?
Contact Support