devexpress aspxgridview - 用于分页的自定义文本

发布于 2024-08-04 16:49:47 字数 95 浏览 3 评论 0原文

有没有办法自定义顶部和底部分页显示?就像我想将

顶部显示为“现在显示 1000 条记录中的 1 - 10 条”。 底部页面为普通网格样式,如 [1][2]...

Is there a way to customize the top and bottom paging display? Like I want to display the

Top as "Now displaying 1 - 10 of 1000 records for ".
Bottom page as normal grid style like [1][2]...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

她比我温柔 2024-08-11 16:49:47

你可以使用这样的东西:

<SettingsPager Summary-Text="Page {0} of {1} ({2} Widgets found) "></SettingsPager>

You can use something like this:

<SettingsPager Summary-Text="Page {0} of {1} ({2} Widgets found) "></SettingsPager>
看轻我的陪伴 2024-08-11 16:49:47

如果您转到网格属性,则会有一个 SettingsPager 组。摘要下有两个选项,可让您更改寻呼机的文本。
如果您想更改位置,请转到“SettingsPager>>”位置。

If you go to the grid properties there is a SettingsPager group. Under Summary there are two options which allow you to change the text for the pager.
If you want to change the position go to SettingsPager >> Position.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文