Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  19] [ 5]  / answers: 1 / hits: 10791  / 11 Years ago, thu, january 9, 2014, 12:00:00

I want to learn kendo dropdownlist is enabled or disabled for using in a if function.



For example if kendo dropdownlist is enabled my return value true, otherwise false



How can I do that?



Thanks for all answers


More From » jquery

 Answers
2

You can do very simply with



$('#selectId').prop('disabled');


In disabling, KendoUI disabled too the select, so :



var state = $('#selectId').prop('disabled');

[#48857] Wednesday, January 8, 2014, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rayvencallij

Total Points: 93
Total Questions: 80
Total Answers: 85

Location: Argentina
Member since Thu, Mar 18, 2021
3 Years ago
;