filter

Returns a copy of the list filtered according to the expression

Parameters

expression Object

The filter configuration. Accepts the same values as the filter option (check there for more examples).

Returns

kendo.data.Query Returns a new instance of kendo.data.Query containing the filtered collection

In this article