<kendo:filterMenu>
A JSP wrapper for Kendo UI FilterMenu.
Configuration Attributes
extra boolean
If set to true the filter menu allows the user to input a second criterion.
Example
<kendo:filterMenu extra="extra">
</kendo:filterMenu>
field java.lang.String
Specifies the field to filter on
Example
<kendo:filterMenu field="field">
</kendo:filterMenu>
Configuration JSP Tags
kendo:filterMenu-messages
The text messages displayed in the filter menu. Use it to customize or localize the filter menu messages.
More documentation is available at kendo:filterMenu-messages.
Example
<kendo:filterMenu>
<kendo:filterMenu-messages></kendo:filterMenu-messages>
</kendo:filterMenu>
kendo:filterMenu-operators
The text of the filter operators displayed in the filter menu.
More documentation is available at kendo:filterMenu-operators.
Example
<kendo:filterMenu>
<kendo:filterMenu-operators></kendo:filterMenu-operators>
</kendo:filterMenu>