Kendo Mobile - 不在listview上调用dataBinding

时间:2013-09-12 22:01:11

标签: kendo-ui kendo-mobile

我使用了文档中的示例代码:

<div data-role="view">
    <ul id="foo"></ul>
</div>

<script>
$("#foo").kendoMobileListView({
   dataSource: new kendo.data.DataSource({
        data: [{title: "foo"}, {title: "bar"}]
   }),

  dataBinding: function(e) {
    console.log(e);
  }
});

不调用dataBinding函数。然后,我使用“dataBound”函数进行测试,并按预期进行调用。

我正在使用Kendo Mobile v2013.2.910和jQuery 1.9.1

1 个答案:

答案 0 :(得分:1)

Kendo UI Mobile开发人员。 dataBinding事件在烤箱中是新鲜的 - 如此新鲜,以至于即将推出的Service Pack版本尚未提供。它不应该在文档中滑落,我很抱歉。