devexpress aspxgridview - 用于分页的自定义文本
有没有办法自定义顶部和底部分页显示?就像我想将
顶部显示为“现在显示 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以使用这样的东西:
You can use something like this:
如果您转到网格属性,则会有一个 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.