Hi,
We would really like this feature. Is it possible to gather all the filters and then do one filter request back to the server vs each filter kicks off a request. Our users will usually (almost always) filter on multiple columns. I've searched the API docs and forums but no luck. Please advise.
thanks!
We would really like this feature. Is it possible to gather all the filters and then do one filter request back to the server vs each filter kicks off a request. Our users will usually (almost always) filter on multiple columns. I've searched the API docs and forums but no luck. Please advise.
thanks!
4 Answers, 1 is accepted
0
DavidOBrien
Top achievements
Rank 2
answered on 21 Aug 2014, 10:04 PM
If they was a was to subscribe to an event when the user actually clicks the filter button you could use this technique
http://blogorama.nerdworks.in/javascriptfunctionthrottlingan/
http://blogorama.nerdworks.in/javascriptfunctionthrottlingan/
0
Hello Joseph,
There is no support for such filtering behavior. Basically the input is bound with MVVM and it listens for the change of the Model:
http://demos.telerik.com/kendo-ui/mvvm/index
I am sorry for any inconvenience caused.
Kind Regards,
Petur Subev
Telerik
There is no support for such filtering behavior. Basically the input is bound with MVVM and it listens for the change of the Model:
http://demos.telerik.com/kendo-ui/mvvm/index
I am sorry for any inconvenience caused.
Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Patrick
Top achievements
Rank 2
answered on 23 Aug 2014, 04:54 PM
This is disappointing to hear. Are there any plans to add support for this. I can't image that others haven't requested this. Also I'm assuming there is no option with the column filters. Meaning they also must fire the request for each column filter.
Thanks,
Patrick
Thanks,
Patrick
0
Hello Patrick,
I am sorry we do not have such plans - we stick to the Menu Filtering (Column Menu is uses the same Menu Filter popup) behavior where when the filter button is clicked filtering is applied - you cannot add several filters and then press filter.
Kind Regards,
Petur Subev
Telerik
I am sorry we do not have such plans - we stick to the Menu Filtering (Column Menu is uses the same Menu Filter popup) behavior where when the filter button is clicked filtering is applied - you cannot add several filters and then press filter.
Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!