I'm trying to accomplish the following scenario for setting filter dynamically from outside the grid:
I have a 'Status' column, I want to set the filter for this column to 'Pending' by clicking a 'Pending' button which is located outside the grid.
Please advise.
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 10 Mar 2015, 04:29 PM
Hello Lior,
You can filter the dataSoruce bound to the Kendo UI Grid, by using the filter method. Here is some documentation about it: