【发布时间】:2014-01-08 06:24:54
【问题描述】:
我在 javascript 中找到了,但我无法做到。
谁能说剃刀中的“显示”如何?
pageable: {
messages: {
display: "{0} - {1} of {2} items", //{0} is the index of the first record on the page, {1} - index of the last record on the page, {2} is the total amount of records
empty: "No items to display",
page: "Page",
of: "of {0}", //{0} is total amount of pages
itemsPerPage: "items per page",
first: "Go to the first page",
previous: "Go to the previous page",
next: "Go to the next page",
last: "Go to the last page",
refresh: "Refresh"
}
}
剃刀视图
.Pageable(??)
【问题讨论】:
-
太棒了,你把 js 兄弟放在了正是我要找的地方
标签: javascript asp.net-mvc razor kendo-ui kendo-grid