ASPxPivotGrid 排序
我有 2 个可在行区域中使用的字段。其中之一是“ID”,另一个是“姓名”。放到行区的时候,是按ID排序的,ok。但是当我刚刚将“名称”字段放在那里时,它是按值排序的。
我正在尝试按 ID 对其进行排序而不显示,但尚未克服。
这里的文档n但不是很清楚可以解决我的问题。
有人知道如何解决吗?
编辑:示例:
替代文本 http://community.devexpress .com/forums/214248/PostAttachment.aspx
I have 2 fields that can be use in row area. One of them is "ID" and the other one is "Name". When put them in to row area, it is sorted by ID, okey. But when I just putted "Name" field to there it is sorted by value.
I'm trying to sort it by ID without displaying but haven't overcome yet.
Here the documentation but it is not very clear that can solve my problem.
Does anybody know how to solve it?
EDIT: Example:
alt text http://community.devexpress.com/forums/214248/PostAttachment.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是应该适合您的代码:
它有效吗?
Here is the code which should work for you:
Does it work?