码迷,mamicode.com
首页 > 其他好文 > 详细

KendoUI Grid Pager部分 Nan-Nan of x Items

时间:2015-01-26 10:09:59      阅读:364      评论:0      收藏:0      [点我收藏+]

标签:

相关问题:

http://stackoverflow.com/questions/23941065/pager-error-in-kendo-gridnan-nan-of-1-items

http://www.telerik.com/forums/grid-is-not-working-properly

http://demos.telerik.com/aspnet-mvc/grid/editing-popup

 

解决办法:

A:

.Pageable(x => x.PageSizes(true))

在Pageable中开启PageSizes

B:

.DataSource(dataSource => dataSource.Ajax()
        .PageSize(10)

在DataSource中启用PageSize

方法A会显示每页显示多少Items的下拉框,如果不希望显示,则采用B方法, 直接指定默认每页显示值.

KendoUI Grid Pager部分 Nan-Nan of x Items

标签:

原文地址:http://www.cnblogs.com/niusys/p/4249413.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!