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

Dropdown doesn't work in IE8

2 Answers 62 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Claudia
Top achievements
Rank 1
Claudia asked on 01 Jun 2012, 02:29 AM
Hi,

I am trying to re-use the code supplied in the demo's page
http://demos.kendoui.com/web/datasource/shared-datasource.html

but the dropdown does not work on IE8. Why is that?
 Attached the code just in case.

Thank you
Claudia

2 Answers, 1 is accepted

Sort by
0
Claudia
Top achievements
Rank 1
answered on 01 Jun 2012, 02:30 AM
here is the file
0
Dimo
Telerik team
answered on 01 Jun 2012, 11:58 AM
Hello Claudia,

When using a JSON datasource on a remote server, it should be requested and served as JSONP. However, the particular datasource from our site that you have taken in this case is not CORS enabled (Cross-Origin Resource Sharing) and the returned datasource is empty. As a result, the DropDownList does not open.

You can either use a local JSON datasource, or use the following example and JSONP datasource:

http://jsfiddle.net/dimodi/rp772/41/

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
DropDownList
Asked by
Claudia
Top achievements
Rank 1
Answers by
Claudia
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or