Posts

 How to check/find records bind with kendo dropdownlist using jQuery? We can find records/data bind via $("#dropdown").data("kendoDropDownList").dataSource._data the above line of code will return all the records bind to kendo dropdownlist.