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

Disable dropdownlist not working properly in IE 8.

3 Answers 139 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Nilesh
Top achievements
Rank 1
Nilesh asked on 03 Jun 2012, 11:32 AM
Hi,
I want to disable particular dropDownList in IE but its not working, while in Mozilla its working fine.

I written following code as

// get reference of particular dropDownList component
var dropdownlist = $('#dropDownID').data("kendoDropDownList");
// disable the dropdown
dropdownlist.enable(false);

Thanks,
Nilesh Mantri

3 Answers, 1 is accepted

Sort by
0
PP
Top achievements
Rank 1
answered on 24 Sep 2020, 02:07 PM
getting same issue.. Do you have any resolution ?
0
PP
Top achievements
Rank 1
answered on 25 Sep 2020, 06:13 AM
Actually, reverse way,  not working for other browsers (Edge, chrome) except IE
0
Dimitar
Telerik team
answered on 29 Sep 2020, 07:28 AM

Hi,

The DropDownList API demo shows how to Enable/Disable a DropDownList through its enable method and it works as expected on my side in all browsers. If the demo source code does not help you to resolve the issue, it would be helpful if you provide the setup used on your side as the provided information is not sufficient to identify the issue's cause.

As a side note related to the title of this thread, IE 8 is no longer supported by Kendo UI.

Regards,
Dimitar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
DropDownList
Asked by
Nilesh
Top achievements
Rank 1
Answers by
PP
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or