This is a migrated thread and some comments may be shown as answers.

Require DataSourceFilter of kendo Grid as RadDataFilter control of Telerik

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vrunda
Top achievements
Rank 1
Vrunda asked on 05 Jun 2014, 10:21 AM
We are replicating the functionality of the RadDataFilter control of Telerik with DataSourceFilter of Kendo Grid.
Here certain filters like 'Does not contain', 'Is contained in', 'Is empty', 'Is null', 'Is not null' etc. are not found with the DataSourceFilter.
Hence, please provide us with some suggestion. 

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 09 Jun 2014, 08:28 AM
Hello Vrunda,

I'm afraid that these operators are not supported. The list of supported operators can be found here:

http://docs.telerik.com/kendo-ui/api/framework/datasource#configuration-filter-operator

You can create a custom function to handle the comparison on behalf of the standard Kendo UI filter operations, here is an example:

http://jsbin.com/uzuzat/31/edit

If you are using server filtering, then you should handle the filtering manually there.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Vrunda
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or