The Kendo UI Grid widget is very good, however it is missing a few filter operations that we need (is blank/null, for example)
Is it possible to create additional filters? and if so, are there any tutorials or guides we can follow?
Thanks,
Anthony
1 Answer, 1 is accepted
0
Vladimir Iliev
Telerik team
answered on 22 Sep 2014, 07:27 AM
Hi Anthony,
To include additional filter options you should customize the grid filter menu as demonstrated in the following help article. Also if you need to filter operators like "isNull" you should (in case the grid is using client filtering) pass custom filtering function to the dataSource "filter" method (as described in this forum post).