如何对 QuantumGrid 中不同列的数据进行排序
有没有一种方法可以对 Devexpress QuantumGrid 行中来自不同列(而不是单击标题的列)的数据进行排序?例如,当单击 A 列的标题时,网格的行将根据 B 列的数据进行排序。从视觉上看,仍然应该显示 A 列已被排序,因为排序字形将显示在 A 列的标题中。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
@norgepaul,您必须检查 DevExpress 支持中心,了解与 DevExress 产品相关的问题,这网站有数千个与其产品相关的答案和文章。
检查这些链接
@norgepaul you must check the DevExpress Support Center for the questions related to the DevExress products, This site has thousands of answers and articles related to its products.
check theses links
我这里没有 DevExpress 来检查,但我想看看是否有自定义排序事件。就像 OnCustomSort 一样,您可以在其中决定值或单元格的排序较高还是较低。我认为您将有能力知道正在比较哪些行,因此您可以查看 B 细胞,并进行自己的比较。
I don't have DevExpress here to check, but i would look to see if there is a custom sort event. like OnCustomSort, where you get to decide whether a value or cell sorts higher or lower. I think you'll have the ability to know what rows are being compared, so you could look across to B cells, and make your own comparision.