0
这是我滴downlist(剑道),我还附上我的数据的屏幕截图,我得到的,结果我得到下拉列表“undifiend”,下拉列表中没有绑定ajax的数据源
function deviceTypesList(container, options) {
$('<input name="DeviceType" data-type="string" \">')
.appendTo(container)
.kendoDropDownList({
dataSource:mydata_deviceType,
dataTextField: "Value",
dataValueField: "Value",
//dataValueField: "ProductName",
});
截屏