<kendo:grid-contextMenu-body>

Configures the items of the ContextMenu for the table body element. Those are some valid predifined tools: "separator", "create", "edit", "destroy", "select", "copySelection",."copySelectionNoHeaders", "reorderRow", "exportPDF", "exportExcel", "sortAsc", "sortDesc".You can also specify a custom item and accosiate it with a command.

Example

<kendo:grid-contextMenu>
    <kendo:grid-contextMenu-body></kendo:grid-contextMenu-body>
</kendo:grid-contextMenu>

Configuration Attributes

Configuration JSP Tags

kendo:grid-contextMenu-bodyItem

Configures the items of the ContextMenu for the table body element. Those are some valid predifined tools: "separator", "create", "edit", "destroy", "select", "copySelection",."copySelectionNoHeaders", "reorderRow", "exportPDF", "exportExcel", "sortAsc", "sortDesc".You can also specify a custom item and accosiate it with a command.

More documentation is available at kendo:grid-contextMenu-bodyItem.

Example

<kendo:grid-contextMenu-body>
    <kendo:grid-contextMenu-bodyItem></kendo:grid-contextMenu-bodyItem>
</kendo:grid-contextMenu-body>
In this article
Not finding the help you need?