国产精品久久久久久2021,日韩精品无码av中文无码版,亚洲精品久久久午夜麻豆,无码成人精品日本动漫纯h

010-68421378
當前您所在的位置:首頁>新聞中心>新品發(fā)布

Kendo UI for jQuery數據管理使用教程:ListView Selection

發(fā)布時間:2020/11/06 瀏覽量:3308
默認情況下,ListView的選擇功能處于禁用狀態(tài)

Kendo UI目前最新提供KendoUI for jQuery、KendoUI for Angular、KendoUI Support for React和KendoUI Support for Vue四個控件。Kendo UI for jQuery是創(chuàng)建現代Web應用程序的完整UI庫。

默認情況下,ListView的選擇功能處于禁用狀態(tài)。

 

 

入門指南

ListView通過將selectable屬性設置為“ single”或“ multiple”來支持項目選擇功能。

$(“#listView”).kendoListView({
dataSource: dataSource,
selectable: “multiple”,
template: kendo.template($(“#template”).html())
});

 

高級配置

您還可以檢測用戶何時通過更改事件獲得項目,該事件是通過使用Shift + select組合選擇一個或多個項目時觸發(fā)的。

$(“#listView”).kendoListView({
change: function(e) {
var data = dataSource.view();
var selected = $.map(this.select(), function(item) {
return data[$(item).index()].ProductName;
});

// Index selected or read item informationthrough data.
}
});

 

下面的示例演示了建議方法的完整實現。

<div id=”listView” style=”max-height:400px;overflow:auto;”></div>
<div class=”k-pager-wrap”>
<div id=”pager”></div>
</div>

<script type=”text/x-kendo-tmpl” id=”template”>
<div class=”product”>
<img src=”https://demos.telerik.com/kendo-ui/content/web/foods/#= ProductID#.jpg” alt=”#: ProductName # image” />
<h3>#:ProductName#</h3>
<p>#:kendo.toString(UnitPrice, “c”)#</p>
</div>
</script>

<script>
var dataSource = new kendo.data.DataSource({
transport: {
read: {
url: “https://demos.telerik.com/kendo-ui/service/Products”,
dataType: “jsonp”
}
},
pageSize: 3
});

$(“#pager”).kendoPager({
dataSource: dataSource
});

$(“#listView”).kendoListView({
selectable: true,
dataSource: dataSource,
template: kendo.template($(“#template”).html())
});
</script>

<style>
.alt { background-color: #EEE; }
</style>

下一篇:Wowza技術:?Transcoder插件對疊加圖片文件的要求
上一篇:Kendo UI for jQuery數據管理使用教程:ListView Items

                               

 京ICP備09015132號-996 | 違法和不良信息舉報電話:4006561155

                                   © Copyright 2000-2026 北京哲想軟件有限公司版權所有 | 地址:北京市海淀區(qū)西三環(huán)北路50號豪柏大廈C2座11層1105室

                         北京哲想軟件集團旗下網站:哲想軟件 | 哲想動畫

                            華滋生物