<kendo:grid-search>
Configures the Kendo UI Grid search bar settings.
Example
<kendo:grid>
<kendo:grid-search></kendo:grid-search>
</kendo:grid>
Configuration Attributes
fields java.lang.Object
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.
Example
<kendo:grid-search fields="fields">
</kendo:grid-search>