<kendo:treeList-filterable-messages>

The text messages that are displayed in the filter menu. Use it to customize or localize the filter menu messages.

Example

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

Configuration Attributes

and java.lang.String

The text of the option which represents the AND logical operation.

Example

<kendo:treeList-filterable-messages and="and">
</kendo:treeList-filterable-messages>

clear java.lang.String

The text of the button which clears the filter.

Example

<kendo:treeList-filterable-messages clear="clear">
</kendo:treeList-filterable-messages>

filter java.lang.String

The text of the button which applies the filter.

Example

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

info java.lang.String

The text of the information message on top of the filter menu.

Example

<kendo:treeList-filterable-messages info="info">
</kendo:treeList-filterable-messages>

isFalse java.lang.String

The text of the radio button for false values. Displayed when the user filters Boolean fields.

Example

<kendo:treeList-filterable-messages isFalse="isFalse">
</kendo:treeList-filterable-messages>

isTrue java.lang.String

The text of the radio button for true values. Displayed when the user filters Boolean fields.

Example

<kendo:treeList-filterable-messages isTrue="isTrue">
</kendo:treeList-filterable-messages>

or java.lang.String

The text of the option which represents the OR logical operation.

Example

<kendo:treeList-filterable-messages or="or">
</kendo:treeList-filterable-messages>

title java.lang.String

The text that is rendered for the title attribute of the filter menu form.

Example

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