kendoui ajax,kendoUI如何刷新数据源

效果如下,点击后左侧Navigator Bar刷新

init显示的代码:

[html] view plain copy

[html] view plain copy

模板函数

[javascript] view plain copy

#= MetricName #

#= HostName #

View

Next

然后是初始化时的载入函数(mobileListViewTemplatesInit)

[javascript] view plain copy

var metricNode = new kendo.data.DataSource({

transport: {

read: {

// the remote service url

url:"http://localhost:3458/EmiteDataService/Nodes",

// JSONP is required for cross-domain AJAX

dataType: "jsonp",

// additional parameters sent to the remote service

data: {

userName:function(){

return 'admin';

},

userDomain:function(){

return 'admin';

},

status:function(){

return  $('#metricStatus').val()

}

}

}

},

// describe the result format

schema: {

// the data which the data source will be bound to is in the "results" field

data: ""

},

change: function() { // subscribe to the CHANGE event of the data source

//alert($('#metricId').val());

/*$("#tweets").html(kendo.render(template, this.view()));*/

}

});

function mobileListViewTemplatesInit() {

$("#custom-listview").kendoMobileListView({

dataSource:metricNode,

template: $("#customListViewTemplate").html()

});

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值