AspxGridView分页问题
我的页面上有一个 AspxGridView,我在单击按钮时设置了其数据源。当用户单击按钮时,我调用一个方法来设置其 DataSource 和 DataBind() 它。 PageSize 属性设置为 5,但分页不起作用。我能做什么来解决这个问题。
谢谢。
I have an AspxGridView on my page and i set its DataSource on button's click. When the user clicks the button, i call a method to set its DataSource and DataBind() it. PageSize property is set to 5 but paging is not working. What can i do to solve this problem.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请看一下下面的文章。它解释了为什么会出现此问题以及如何修复它:
为什么可能分页(排序、分组、过滤)在 ASPxGridView 中不起作用?
Please take a look at the following article. It explains why this problem appears and how to fix it:
Why might paging (sorting, grouping, filtering) not work in the ASPxGridView?