Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mobile 省略号前显示的剑道网格限制页面_Mobile_Kendo Ui_Kendo Grid_Data Paging - Fatal编程技术网

Mobile 省略号前显示的剑道网格限制页面

Mobile 省略号前显示的剑道网格限制页面,mobile,kendo-ui,kendo-grid,data-paging,Mobile,Kendo Ui,Kendo Grid,Data Paging,我正在我的移动应用程序上放置剑道网格。页数约为15或16页,页面大小为7。现在网格寻呼机显示1、2、3、4、5等等,一直到10,然后是省略号。我只想看前5页,然后是省略号。。。我可以在剑道网格上进行某种测距来实现这一点吗 您可以通过将按钮count:5放在kendoGrid的pageable选项中来实现这一点。像 pageable: { buttonCount: 5 } 在这里查看剑道文档以了解更多信息

我正在我的移动应用程序上放置剑道网格。页数约为15或16页,页面大小为7。现在网格寻呼机显示1、2、3、4、5等等,一直到10,然后是省略号。我只想看前5页,然后是省略号。。。我可以在剑道网格上进行某种测距来实现这一点吗

您可以通过将
按钮count:5
放在kendoGrid的
pageable
选项中来实现这一点。像

pageable: {
    buttonCount: 5
}
在这里查看剑道文档以了解更多信息