<kendo:treeList-columnMenu-messages>

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

Example

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

Configuration Attributes

columns java.lang.String

The text message that is displayed for the column selection menu item.

Example

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

filter java.lang.String

The text message that is displayed for the filter menu item.

Example

<kendo:treeList-columnMenu-messages filter="filter">
</kendo:treeList-columnMenu-messages>

lock java.lang.String

The text message that is displayed in the column menu when locking a column.

Example

<kendo:treeList-columnMenu-messages lock="lock">
</kendo:treeList-columnMenu-messages>

moveNext java.lang.String

The text message that is displayed for the Move to next position column menu item.

Example

<kendo:treeList-columnMenu-messages moveNext="moveNext">
</kendo:treeList-columnMenu-messages>

movePrev java.lang.String

The text message that is displayed for the Move to previous position column menu item.

Example

<kendo:treeList-columnMenu-messages movePrev="movePrev">
</kendo:treeList-columnMenu-messages>

settings java.lang.String

The text message that is displayed in the menu header.

Example

<kendo:treeList-columnMenu-messages settings="settings">
</kendo:treeList-columnMenu-messages>

sortAscending java.lang.String

The text message that is displayed for the menu item which performs the ascending sort mode.

Example

<kendo:treeList-columnMenu-messages sortAscending="sortAscending">
</kendo:treeList-columnMenu-messages>

sortDescending java.lang.String

The text message that is displayed for the menu item which performs the descending sort mode.

Example

<kendo:treeList-columnMenu-messages sortDescending="sortDescending">
</kendo:treeList-columnMenu-messages>

unlock java.lang.String

The text message that is displayed in the column menu for unlocking a column.

Example

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