Paul-Henri
Top achievements
Rank 1
Paul-Henri
asked on 10 Apr 2014, 02:17 PM
Hi,
I'm trying to make the filterable listView working on my app, but it does not work with the given dataSource...
I'm stuck and have no idea of what to do... Any suggestion?
You can see the problem at this page : http://crea.anopetia.com/_default
Best Regards.
I'm trying to make the filterable listView working on my app, but it does not work with the given dataSource...
I'm stuck and have no idea of what to do... Any suggestion?
You can see the problem at this page : http://crea.anopetia.com/_default
Best Regards.
4 Answers, 1 is accepted
0
Accepted
Hello Paul-Henri,
I noticed that you have enabled serverFiltering which means that the DataSource expects data to be filtered on the server. In your case however there is no filtration on the server which is why visually it seems that the filtering is not working.
Please choose where the filtering should happen and either disable the server operations or implement filtering on the server.
Regards,
Alexander Valchev
Telerik
I noticed that you have enabled serverFiltering which means that the DataSource expects data to be filtered on the server. In your case however there is no filtration on the server which is why visually it seems that the filtering is not working.
Please choose where the filtering should happen and either disable the server operations or implement filtering on the server.
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Paul-Henri
Top achievements
Rank 1
answered on 10 Apr 2014, 02:39 PM
Hi Alexander,
It works like a charm,
thank you very, I supposed we can use both of the functions (server side and client side).
We only can use them on a separate side?
It works like a charm,
thank you very, I supposed we can use both of the functions (server side and client side).
We only can use them on a separate side?
0
Accepted
Hello Paul-Henri,
I am glad to hear that you managed to resolve the issue.
Regarding your question - it is not possible to use server and client side filtering at the same time. One dataSource can have only one type of filtering.
Regards,
Alexander Valchev
Telerik
I am glad to hear that you managed to resolve the issue.
Regarding your question - it is not possible to use server and client side filtering at the same time. One dataSource can have only one type of filtering.
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Paul-Henri
Top achievements
Rank 1
answered on 10 Apr 2014, 03:01 PM
Ok thank you, great help!
Regards.
Regards.