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

Filtering is working in FireFox/Chrome but not in IE11

1 Answer 148 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Odin
Top achievements
Rank 1
Odin asked on 29 Aug 2016, 04:19 PM

The cascading is not working in IE11 when filtering is enabled. The sample below is taken directly from "Edit this example" for http://demos.telerik.com/kendo-ui/dropdownlist/cascadingdropdownlist

I have enabled the filtering on the first dropdown box. In IE11 the child dropdown is not enabled to continue the filtering once an option is selected in the first dropdown. The expected behaviour works fine in Chrome and Firefox.

 

Sample:

http://dojo.telerik.com/umAjIW/2

 

Single line added at 06 to enable filter:

01.$(document).ready(function() {
02.    var categories = $("#categories").kendoDropDownList({
03.        optionLabel: "Select category...",
04.        dataTextField: "CategoryName",
05.        dataValueField: "CategoryID",
06.        filter: "contains",
07.        dataSource: {
08.            type: "odata",
09.            serverFiltering: true,
10.            transport: {
11.                read: "//demos.telerik.com/kendo-ui/service/Northwind.svc/Categories"
12.            }
13.        }
14.    }).data("kendoDropDownList");

 

IE Version: 11.0.9600.18427

Windows 8.1 Enterprise x64

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 31 Aug 2016, 08:33 AM
Hello Odin,

I have already answered in the support thread you have opened regarding this subject, but will also post the answer here, so others can benefit as well:

This is a known and logged issue, that is scheduled to be fixed in the next (Q3) official release in mid-September, or the first service pack thereafter. You can track the issue, and find a temporary workaround in our GitHub repository:

https://github.com/telerik/kendo-ui-core/issues/1796

On a side note, can we please keep any further communication on the subject (if such is needed) in only one of the threads in order to avoid duplicates? Thank you in advance.

Regards,
Dimiter Topalov
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
Tags
DropDownList
Asked by
Odin
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or