Using different filtering in the DataSource configuration is not a supported functionality. However you can filter the DataSource using the filter configuration, and after that using the Kendo UI API you can apply additional filters later on.
For your convenience here is a jsBin example which demonstrates a possible implementation.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
I'm wondering if, in the last 4 years, this feature has been implemented? If not, is there a more modern workaround for it?
0
Stefan
Telerik team
answered on 04 Aug 2017, 11:09 AM
Hello Sam,
Currently, using both server side and client side filtering(and operations in general) is not supported and recommended as it can lead to unexpected issues.
For example, this will create a scenario where the Grid data has to be sorted once on the server and once on the client, causing two rebinds of the Grid and impacting its performance.