• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Custom Context Menu in ASP.NET Core Tree Grid Control

This sample demonstrates the usage of custom context menu in TreeGrid component. Right click anywhere on a parent row in the TreeGrid to view custom context menu.

DEMO
SOURCE

TreeGrid has an option to show the custom context menu when right click on it. To configure the custom items in context menu, you should define custom item in contextMenuItems. In this demo, Custom Context Menu feature has enabled by defining the custom context menu Expand the Row and Collapse the Row for the parent nodes in contextMenuItems property.