如果通过DataGrid进行分页时返回了100,000个记录,那么针对每个请求会放弃99,975个记录(假设每页大小为25个记录)。
If 100,000 records are returned when you're paging through the DataGrid, 99,975 records would be discarded on each request (assuming a page size of 25).
无法显示页码则是困扰电子书的另一个问题。在虚拟页面上,每页呈现的字数取决于屏幕的大小和字体类型。
Page Numbers are a problem for e-books, since the number of words on a virtual page depends on the size of the screen and type.
然后,您可以指定页面大小(默认为每页 10 条记录),以及导航按钮的类型(next and previous buttons 或 page numbers);见图 7。
You can then specify the page size (default set to 10 records per page), as well as the type of navigator buttons (next and previous buttons, or page numbers); see Figure 7.
应用推荐