Hi,
I've found an issue with Kendo UI version 2017.1.118. I've tested in Kendo Dojo with version 2016.3.1118 and then the issue goes away...
If I have two dropdownlists with cascade on the second one. I also have filter enabled on the second one.
If I write something in the filter box a few times and then look at the request to the server I see that the query string becomes bigger and bigger...
Something like this:
filter[filters][0][value]:asdfqadfasdfadfasdfasdf
filter[filters][0][field]:name
filter[filters][0][operator]:contains
filter[filters][0][ignoreCase]:true
filter[filters][1][filters][0][filters][0][filters][0][field]:id
filter[filters][1][filters][0][filters][0][filters][0][operator]:eq
filter[filters][1][filters][0][filters][0][filters][0][value]:3
filter[filters][1][filters][0][filters][0][logic]:and
filter[filters][1][filters][0][logic]:and
filter[filters][1][logic]:and
filter[logic]:and
I created a Dojo to show the issue:
http://dojo.telerik.com/aJEyu/4
Hope I explained the issue properly! :)
Kind regards,
Jonas