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
You can do very simply with
$('#selectId').prop('disabled');
In disabling, KendoUI disabled too the select, so :
var state = $('#selectId').prop('disabled');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With