看看这两个小提琴
http://jsfiddle.net/uFcHK/ (v2013.1.319)
http://jsfiddle.net/rcvY3/ (v2013.2.716)
代码是相同的。
var grid = $("#grid").kendoGrid({
dataSource: {
type: "odata",
transport: {
read: "http://demos.kendoui.com/service/Northwind.svc/Products"
},
pageSize: 15,
serverPaging: true,
serverSorting: true,
serverFiltering: true
},
height: 450,
sortable: true,
pageable: true,
editable: true,
toolbar: ["create"],
filterable: false,
columns: ["ProductID", "ProductName", "UnitPrice"]
});
(你可以忽略损坏的导航面板,我在产品中看不到这个)
问题是记录数。
如果您单击“添加新记录”,您将看到记录计数执行文本添加而不是数字添加。太疯狂了,不知道剑道怎么让这个滑了半年+