How to Get Dropdown’s Selected Item’s text in Kendo UI?
In order to get text value of a DropDownList use command as below : $(“#ddl”).data(“kendoDropDownList”).text();
In order to get text value of a DropDownList use command as below : $(“#ddl”).data(“kendoDropDownList”).text();