<kendo:grid-contextMenu-head>

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>
    <kendo:grid-contextMenu-head></kendo:grid-contextMenu-head>
</kendo:grid-contextMenu>

Configuration Attributes

Configuration JSP Tags

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.

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

Example

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