How to Get Dropdown’s Selected Item’s text in Kendo UI? August 30, 2023 by Tarik In order to get text value of a DropDownList use command as below : $("#ddl").data("kendoDropDownList").text();