我嘗試刷新下拉列表後另一個DropDownList更改但Refresh()方法是未定義錯誤是Promoting.There因爲我試圖讀取數據源再次顯示它正在加載,但數據仍然相同。請幫助解決此問題。Kendo刷新(DropDownList.refresh())不起作用錯誤未定義
代碼:
$("#DropDownList1").change(function() {
custCode = $("#DropDownList1").val();
$("#titles").data("kendoDropDownList").dataSource.read(); //shows list Loading But Same Data Is present .
$("#titles").data("kendoDropDownList").refresh(); //NOT Working
});
嗨,它不工作me.my數據來的問題是kendoDropDownList顯示舊數據和刷新方法它由於某種原因未定義。 – cwishva
注意:我的下拉列表中沒有填充閱讀。它由表格負載填充。 – cwishva
對不起我的代碼錯了:P – cwishva