@progress/kendo-grid-vue-wrapper
Version:
Kendo UI Grid wrapper for Vue.js
57 lines (31 loc) • 2 kB
Markdown
---
title: columnMenuProps API
description: "API Index | columnMenuProps"
api_reference: true
slug: api_grid_columnmenuprops_wrapper
---
# ColumnMenuProps
### column-menu-columns `Boolean`
If `column-menu-columns` is set to `true`, the column menu will allow the user to select (show and hide) Grid columns. By default, column menu selection is enabled.
### column-menu-filterable `Boolean`
If `column-menu-filterable` is set to `true`, the column menu will allow the user to filter the Grid. By default, if `filterable` is set to `true`, column menu filtering is enabled.
### column-menu-sortable `Boolean`
If `column-menu-sortable` is set to `true`, the column menu will allow the user to sort the Grid by the column field. By default, if `sortable` is set to `true`, column menu sorting is enabled.
### column-menu-messages-columns `String`
The text message which is displayed for the selection column menu item.
### column-menu-messages-filter `String`
The text message which is displayed for the filter column menu item.
### column-menu-messages-sort-ascending `String`
The text message which is displayed for the menu item which performs the ascending-order sorting.
### column-menu-messages-sort-descending `String`
The text message which is displayed for the menu item which performs the descending-order sorting.
### column-menu-messages-settings `String`
(Available in mobile mode only) The text message which is displayed in the menu header.
### column-menu-messages-done `String`
(Available in mobile mode only) The text message which is displayed in the menu header button.
### column-menu-messages-lock `String`
The text message which is displayed in the column menu for locking a column.
### column-menu-messages-unlock `String`
The text message which is displayed in the column menu for unlocking a column.
## Suggested Links
* [`ColumnMenu` in Kendo UI Grid for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columnmenu)