gridview默认排序表达式
有人设法用默认排序扩展 GridView 吗? 这对我来说似乎很微不足道,但我无法完成它。
这个想法是将属性 DefaultSortExpression
添加到继承 GridView 的服务器控件。
- 调用 Sort() 会执行额外的选择,我们不希望这样。
- 设置 this.SelectArguments.SortExpression 似乎在我这样做之后得到了它的值设置,但这也不起作用。 (除非有一些我还没有尝试过的神奇事件)。
我希望能够在 GridView 进行数据绑定之前设置 SortExpression。
Has anyone managed to extend a GridView with default sorting?
This seems pretty trivial to me but i can't get it done.
The idea is to add a property DefaultSortExpression
to a Server Control that inherits GridView.
- Calling Sort() performs an additional select, we don't want that.
- Setting
this.SelectArguments.SortExpression
seems to get it's value set after i do so that doesn't work either. (Unless there's some magical event i didn't try yet).
I want to be able to set the SortExpression before the GridView does it's databinding.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)