<kendo:grid-search>
Configures the Kendo UI Grid search bar settings.
Example
<kendo:grid>
<kendo:grid-search></kendo:grid-search>
</kendo:grid>
Configuration Attributes
Configuration JSP Tags
kendo:grid-search-fields
Defines a list of fields which will be included in the search. If values for the property are not defined the grid will search in all column fields.
More documentation is available at kendo:grid-search-fields.
Example
<kendo:grid-search>
<kendo:grid-search-fields></kendo:grid-search-fields>
</kendo:grid-search>