AspxGridView:开头没有 SortCount 时无法排序
我正在使用 ASPxGridView 及其默认排序属性。
之前,我按任何列名进行排序后,都看不到任何记录。但是(有一个“查看全部”按钮)在我单击“查看全部”后,它会以排序的方式出现。 所以我发现如果(ASPxGridView1.SortCount == 1)我必须再次绑定网格。
现在它可以工作,但仅在开始时,当我单击任何列名称进行排序时,它不会返回任何记录,然后它就可以完美工作。
因此,当网格第一次加载时,我需要做一些事情而不是 SortCount。 可能是什么?
I'm using ASPxGridView with its default sorting property.
Before, it was not viewing any record after I press to any column name for sorting. But(there's a view all button) after I click to "View all", it was coming in a sorted way.
So I've figured out that I had to Bind grid again if (ASPxGridView1.SortCount == 1).
Now it's working, but only at the beginning, when I click to any column name for sorting, it returns no record, then it works perfectly.
So I need to do something instead of SortCount when the grid loads for the first time.
What could it be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道你的代码,但我认为这个问题的解决方案在
为什么分页(排序、分组、过滤)在 ASPxGridView 中不起作用?
I do not know your code, but I think that the solution to this issue is discussed in the
Why might paging (sorting, grouping, filtering) not work in the ASPxGridView?