<kendo:grid-contextMenu-headItem>

Configures the items of the ContextMenu for the table head 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-head>
    <kendo:grid-contextMenu-headItem></kendo:grid-contextMenu-headItem>
</kendo:grid-contextMenu-head>

Configuration Attributes

command java.lang.String

Specifies the command of the item.

Example

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

icon java.lang.String

Specifies the icon of the item.

Example

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

name java.lang.String

Specifies the name of the item.

Example

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

text java.lang.String

Specifies the text of the item.

Example

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