标签: javascript knockout.js kendo-ui
我有以下HTML行可以正常使用。
<select style="margin-left: 20px" id="agencies" data-bind="options:agencies, value: selectedAgency, optionsText:'name'"> </select>
当我启用这样的Kendo UI组合框时,我丢失了组合框中的所有条目:
$("#agencies").kendoComboBox();
任何人都知道如何解决这个问题?
TIA。
答案 0 :(得分:2)
由Ryan Niemeyer检查this library,它为Kendo UI小部件提供了Knockout.js绑定。