I am using Kendo UI Controls. I want to get the selected text of the dropdown list in jquery. I have used this syntax :
$("#ddl").data("kendoDropDownList").text();
I am able to get the text in all browsers except IE. I don't know why this is not working in IE, please help me. Is there any other way to get selected Text ?
$("#ddl"). data("kendoDropDownList"). text();
text(). split('-');---for dropdownlist output: (3)["D","UDMS","TMA Data Mgmt System"] var MPID = $("#DDRolecode"). data("kendoMultiSelect"). value().
$("#CATEGORY_CODE"). data("kendoDropDownList"). select(0);
If your KendoDropdown has a change event, you must trigger it manually by calling dropdownlist. trigger("change"); after calling select .
In order to get text value of a DropDownList use command as below :
$("#ddl").data("kendoDropDownList").text();
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