kendo-ui-jquery #dropdownlist #option-select (1) 썸네일형 리스트형 kendo ui jquery dropdownlist option select var custType = "선택값"; var dropdownlist = $("#cust_type").data("kendoDropDownList"); dropdownlist.select(function (dataItem) { return dataItem.value === custType; }); 이전 1 다음