<kendo:grid-contextMenu-groups>
Configures the items of the ContextMenu for the group elements in the Grid header. Those are some valid predifined tools: "separator", "moveGroupPrevious", "moveGroupNext".You can also specify a custom item and accosiate it with a command.
Example
<kendo:grid-contextMenu>
<kendo:grid-contextMenu-groups></kendo:grid-contextMenu-groups>
</kendo:grid-contextMenu>
Configuration Attributes
Configuration JSP Tags
kendo:grid-contextMenu-group
Configures the items of the ContextMenu for the group elements in the Grid header. Those are some valid predifined tools: "separator", "moveGroupPrevious", "moveGroupNext".You can also specify a custom item and accosiate it with a command.
More documentation is available at kendo:grid-contextMenu-group.
Example
<kendo:grid-contextMenu-groups>
<kendo:grid-contextMenu-group></kendo:grid-contextMenu-group>
</kendo:grid-contextMenu-groups>