New to Kendo UI for Vue? Start a free 30-day trial

Column Menu

You can trigger implement the triggering of column operations by rendering a column menu.

To enable the built-in column menu of the Kendo UI Grid wrapper for Vue, use the :columnMenu="true" configuration. As a result, an option to display a column menu will be rendered in the column headers and when activated, the column menu allows you to sort, filter, or change the visibility of the column. The column menu also detects whether a column operation is disabled through the column definition and excludes the corresponding UI from its rendering as demonstrated in the following example for the Category column for which filtering is disabled.

Example
View Source
Change Theme:

In this article

Not finding the help you need?