Kendo DropDownList issue using select() after setDataSource() – Jquery
I am using a kendo dropdownlist widget in an ajax form. When the form loads, I need to initialize the dropdown, set its datasource, and programmatically set the selected dropdown item based on two values (compound key). However, the return…