0
var test = $("#TestDropdown").kendoDropDownList({
dataTextField: "test",
dataValueField: 'testing',
filter: "contains",
autoBind: false,
minLength: 2,
dataSource: {
transport: {
read: {
url:
complete: function (jqXHR, textStatus) {
}
},
},
schema: {
test: {editable: true, type: "string"},
testing: {editable: true, type: "number"},
}
}
});
내 드롭 다운 목록에 빨간색, 노란색, 녹색의 3 가지 값이 있다고 말해보십시오. 녹색이 현재 선택된 경우 노란색으로 바뀌지 않거나 가능한지 확인할 수있는 검증을 어떻게 만들 수 있습니까?검도 드롭 다운 유효성 검사