Hi Yanesh,
Adding external filtering works as follows:
- grid is bind to data source.
- the data is filtered by appling filters in the data source
This is why you can
achieve external filtering by using Kendo jQuery API for datasource.
You can do it by adding some
additional lines of JavaScript right after the grid initialization.
Here is an example code that adds initial filter for the Grid:
The code above filters by default all data where OrderID is greater than 5.
You can see our docs to see more details about
DataSoruce filtering. Here you can find
list of operators.
You can also check our demo for
filtering in the grid's toolbar.
Regards,
Dragomir
Telerik by Progress