<kendo:filterMenu-messages>

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

Example

<kendo:filterMenu>
    <kendo:filterMenu-messages></kendo:filterMenu-messages>
</kendo:filterMenu>

Configuration Attributes

additionalOperator java.lang.String

The text of the additional filter operator editor.

Example

<kendo:filterMenu-messages additionalOperator="additionalOperator">
</kendo:filterMenu-messages>

additionalValue java.lang.String

The text of the additional filter value editor.

Example

<kendo:filterMenu-messages additionalValue="additionalValue">
</kendo:filterMenu-messages>

and java.lang.String

The text of the option which represents the "and" logical operation.

Example

<kendo:filterMenu-messages and="and">
</kendo:filterMenu-messages>

buttonTitle java.lang.String

The title of the button that displays the FilterMenu.

Example

<kendo:filterMenu-messages buttonTitle="buttonTitle">
</kendo:filterMenu-messages>

clear java.lang.String

The text of the button which clears the filter.

Example

<kendo:filterMenu-messages clear="clear">
</kendo:filterMenu-messages>

filter java.lang.String

The text of the button which applies the filter.

Example

<kendo:filterMenu-messages filter="filter">
</kendo:filterMenu-messages>

info java.lang.String

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

Example

<kendo:filterMenu-messages info="info">
</kendo:filterMenu-messages>

isFalse java.lang.String

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

Example

<kendo:filterMenu-messages isFalse="isFalse">
</kendo:filterMenu-messages>

isTrue java.lang.String

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

Example

<kendo:filterMenu-messages isTrue="isTrue">
</kendo:filterMenu-messages>

logic java.lang.String

The text of the filter logic editor.

Example

<kendo:filterMenu-messages logic="logic">
</kendo:filterMenu-messages>

or java.lang.String

The text of the option which represents the "or" logical operation.

Example

<kendo:filterMenu-messages or="or">
</kendo:filterMenu-messages>

selectValue java.lang.String

The text of the DropDownList displayed in the filter menu for columns whose values option is set.

Example

<kendo:filterMenu-messages selectValue="selectValue">
</kendo:filterMenu-messages>

title java.lang.String

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

Example

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