<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
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>
or java.lang.String
The text of the option which represents the "or" logical operation.
Example
<kendo:filter-messages or="or">
</kendo:filter-messages>