<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.

Example

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

Configuration Attributes

command java.lang.String

Specifies the command of the item.

Example

<kendo:grid-contextMenu-bodyItem command="command">
</kendo:grid-contextMenu-bodyItem>

icon java.lang.String

Specifies the icon of the item.

Example

<kendo:grid-contextMenu-bodyItem icon="icon">
</kendo:grid-contextMenu-bodyItem>

name java.lang.String

Specifies the name of the item.

Example

<kendo:grid-contextMenu-bodyItem name="name">
</kendo:grid-contextMenu-bodyItem>

text java.lang.String

Specifies the text of the item.

Example

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