0

我有以下 HTML 行,可以正常工作。

<select style="margin-left: 20px" id="agencies" data-bind="options:agencies, value: selectedAgency, optionsText:'name'"> </select>

当我像这样启用 Kendo UI 组合框时,我会丢失组合框中的所有条目:

  $("#agencies").kendoComboBox();

有谁知道我该如何解决这个问题?

TIA。

4

1 回答 1

2

查看Ryan Niemeyer 的这个库,它为 Kendo UI 小部件提供了 Knockout.js 绑定。

于 2012-05-29T10:28:54.690 回答