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

Bug with cascade and filtering?

2 Answers 85 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Jonas
Top achievements
Rank 1
Jonas asked on 02 Mar 2017, 06:19 PM

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

 

2 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 03 Mar 2017, 09:02 AM
Hello Jonas,

This is a known bug: see pepinho24's comment in the logged issue in our public Github repo. Unfortunately it is still not fixed. I raised it severity to High. You can track its status through the linked issue #1373.

Regards,
Ivan Danchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jonas
Top achievements
Rank 1
answered on 03 Mar 2017, 09:54 AM
Great Ivan! Will track the issue there. Thanks!
Tags
DropDownList
Asked by
Jonas
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Jonas
Top achievements
Rank 1
Share this question
or