<kendo:treeList-columnMenu>

If set to true, the TreeList displays the column menu when the user clicks the Chevron icon in the column headers. The column menu allows the user to show and hide columns, and, if filtering and sorting are enabled, filter and sort the data. By default, the column menu is disabled. Can be set to a JavaScript object which represents the column menu configuration.

Example

<kendo:treeList>
    <kendo:treeList-columnMenu></kendo:treeList-columnMenu>
</kendo:treeList>

Configuration Attributes

columns boolean

If set to true, the column menu allows the user to select (show and hide) TreeList columns. By default, the column menu allows column selection.

Example

<kendo:treeList-columnMenu columns="columns">
</kendo:treeList-columnMenu>

filterable boolean

If set to true, the column menu will allow the user to filter the TreeList. By default, if filtering is enabled through filterable, the column menu allows the user to filter.

Example

<kendo:treeList-columnMenu filterable="filterable">
</kendo:treeList-columnMenu>

sortable boolean

If set to true, the column menu will allow the user to sort the TreeList by the column field. By default, if sorting is enabled through sortable, the column menu allows the user to sort the data.

Example

<kendo:treeList-columnMenu sortable="sortable">
</kendo:treeList-columnMenu>

Configuration JSP Tags

kendo:treeList-columnMenu-messages

The text messages that is played in the column menu. Use it to customize or localize the column menu messages.

More documentation is available at kendo:treeList-columnMenu-messages.

Example

<kendo:treeList-columnMenu>
    <kendo:treeList-columnMenu-messages></kendo:treeList-columnMenu-messages>
</kendo:treeList-columnMenu>
In this article
Not finding the help you need?