<kendo:propertyGrid-contextMenu>
Configures the ContextMenu of the PropertyGrid. If set to true enables the default ContextMenu.
Example
<kendo:propertyGrid>
<kendo:propertyGrid-contextMenu></kendo:propertyGrid-contextMenu>
</kendo:propertyGrid>
Configuration Attributes
Configuration JSP Tags
kendo:propertyGrid-contextMenu-body
Configures the items of the ContextMenu for the table body element. Those are some valid predefined tools: "separator", "copy", "copyName", "copyDeclaration", "resize", "reset", "expandItem", "collpaseItem".You can also specify a custom item and associate it with a command.
More documentation is available at kendo:propertyGrid-contextMenu-body.
Example
<kendo:propertyGrid-contextMenu>
<kendo:propertyGrid-contextMenu-body></kendo:propertyGrid-contextMenu-body>
</kendo:propertyGrid-contextMenu>