<kendo:grid-filterable>

If set to true the user can filter the data source using the grid filter menu. Filtering is disabled by default.Can be set to a JavaScript object which represents the filter menu configuration.

Example

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

Configuration Attributes

extra boolean

If set to true the filter menu allows the user to input a second criterion.

Example

<kendo:grid-filterable extra="extra">
</kendo:grid-filterable>

mode java.lang.String

If set to row the user would be able to filter via extra row added below the headers. By default filtering is using the menu mode.Can also be set to the following string values: "row" - the user can filter via extra row within the header.; "menu" - the user can filter via the menu after clicking the filter icon. or "menu, row" - the user can filter with both modes above enabled..

Example

<kendo:grid-filterable mode="mode">
</kendo:grid-filterable>

Configuration JSP Tags

kendo:grid-filterable-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:grid-filterable-messages.

Example

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

kendo:grid-filterable-operators

The text of the filter operators displayed in the filter menu.

More documentation is available at kendo:grid-filterable-operators.

Example

<kendo:grid-filterable>
    <kendo:grid-filterable-operators></kendo:grid-filterable-operators>
</kendo:grid-filterable>
In this article
Not finding the help you need?