<kendo:grid-filterable-messages>

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

Example

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

Configuration Attributes

additionalOperator java.lang.String

The text displayed in the tooltip of the additional operator item in filter menu.

Example

<kendo:grid-filterable-messages additionalOperator="additionalOperator">
</kendo:grid-filterable-messages>

additionalValue java.lang.String

The text displayed in the tooltip of the additional value item in filter menu.

Example

<kendo:grid-filterable-messages additionalValue="additionalValue">
</kendo:grid-filterable-messages>

and java.lang.String

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

Example

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

buttonTitle java.lang.String

The title of the button that displays the FilterMenu.

Example

<kendo:grid-filterable-messages buttonTitle="buttonTitle">
</kendo:grid-filterable-messages>

checkAll java.lang.String

The label used for the check-all checkbox.

Example

<kendo:grid-filterable-messages checkAll="checkAll">
</kendo:grid-filterable-messages>

clear java.lang.String

The text of the button which clears the filter.

Example

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

filter java.lang.String

The text of the button which applies the filter.

Example

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

info java.lang.String

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

Example

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

isFalse java.lang.String

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

Example

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

isTrue java.lang.String

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

Example

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

logic java.lang.String

The text displayed in the tooltip of the logic item in filter menu.

Example

<kendo:grid-filterable-messages logic="logic">
</kendo:grid-filterable-messages>

operator java.lang.String

The text displayed in the tooltip of the operator item in filter menu.

Example

<kendo:grid-filterable-messages operator="operator">
</kendo:grid-filterable-messages>

or java.lang.String

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

Example

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

The placeholder of the search input for columns with the search option set to true.

Example

<kendo:grid-filterable-messages search="search">
</kendo:grid-filterable-messages>

selectValue java.lang.String

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

Example

<kendo:grid-filterable-messages selectValue="selectValue">
</kendo:grid-filterable-messages>

selectedItemsFormat java.lang.String

The format string for selected items count in filter menu when search option set to true.

Example

<kendo:grid-filterable-messages selectedItemsFormat="selectedItemsFormat">
</kendo:grid-filterable-messages>

title java.lang.String

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

Example

<kendo:grid-filterable-messages title="title">
</kendo:grid-filterable-messages>

value java.lang.String

The text displayed in the tooltip of the value item in filter menu.

Example

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