【发布时间】:2014-02-06 11:32:51
【问题描述】:
在 DurandalJS 中,我有一个带有表单的视图。我想通过将其绑定到 Kendo DataSource 来填写此表单。
【问题讨论】:
-
groups.google.com/forum/#!topic/durandaljs/6cAxVD3iDj4 在这里解决了,也许对你也有帮助。
标签: binding kendo-ui datasource durandal
在 DurandalJS 中,我有一个带有表单的视图。我想通过将其绑定到 Kendo DataSource 来填写此表单。
【问题讨论】:
标签: binding kendo-ui datasource durandal
DataSource 用于绑定对象集合,而不是复杂对象。最好看看MVVM 演示。
【讨论】: