how to check if a kendo drop down is enabled js code example
Example: how to check if a kendo drop down is enabled js
$('#your_dropdown_id').data("kendoDropDownList").options.enabled;
$('#your_dropdown_id').data("kendoDropDownList").options.enabled;