Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的页面上有一个 AspxGridView,我在单击按钮时设置了它的 DataSource。当用户单击按钮时,我调用一个方法来设置它的 DataSource 和 DataBind() 它。PageSize 属性设置为 5,但分页不起作用。我能做些什么来解决这个问题。
谢谢。
请看下面的文章。它解释了为什么会出现这个问题以及如何解决它:
为什么分页(排序、分组、过滤)在 ASPxGridView 中不起作用?