<kendo:filter-messages>
The text messages displayed in the filter. Use it to customize or localize the filter messages.
Example
<kendo:filter>
<kendo:filter-messages></kendo:filter-messages>
</kendo:filter>
Configuration Attributes
addExpression java.lang.String
The title of the add expression button.
Example
<kendo:filter-messages addExpression="addExpression">
</kendo:filter-messages>
addGroup java.lang.String
The title of the add group button.
Example
<kendo:filter-messages addGroup="addGroup">
</kendo:filter-messages>
and java.lang.String
The text of the option which represents the "and" logical operation.
Example
<kendo:filter-messages and="and">
</kendo:filter-messages>
apply java.lang.String
The text inside the apply button.
Example
<kendo:filter-messages apply="apply">
</kendo:filter-messages>
close java.lang.String
The title of the close button.
Example
<kendo:filter-messages close="close">
</kendo:filter-messages>
fields java.lang.String
The title of the fields drop down.
Example
<kendo:filter-messages fields="fields">
</kendo:filter-messages>
filterExpressionLabel java.lang.String
The text that will be used as an aria-label of the filter expression groups.
Example
<kendo:filter-messages filterExpressionLabel="filterExpressionLabel">
</kendo:filter-messages>
filterLogicLabel java.lang.String
The text that will be used as an aria-label of the filter logic toolbars.
Example
<kendo:filter-messages filterLogicLabel="filterLogicLabel">
</kendo:filter-messages>
mainFilterLogicLabel java.lang.String
The text that will be used as an aria-label of the main filter logic toolbar.
Example
<kendo:filter-messages mainFilterLogicLabel="mainFilterLogicLabel">
</kendo:filter-messages>
operators java.lang.String
The title of the operators drop down.
Example
<kendo:filter-messages operators="operators">
</kendo:filter-messages>
or java.lang.String
The text of the option which represents the "or" logical operation.
Example
<kendo:filter-messages or="or">
</kendo:filter-messages>