简体   繁体   English

Devexpress ASPxGridView组顺序

[英]Devexpress ASPxGridView group order

Hello I have a Devexpress ASPxGridView containing groups containing some rows inside. 您好,我有一个Devexpress ASPxGridView,其中包含包含一些行的组。
Lets say groups have two properties A and B. What I would like to achieve is to send one group having property A == "TEST" to the bottom of the grid and other group having property A == "NOTTEST" to just above of the group we send to the bottom. 假设组具有两个属性A和B。我想要实现的是将一个具有属性A ==“ TEST”的组发送到网格底部,而将另一个具有属性A ==“ NOTTEST”的组发送到网格的正上方。我们发送到底部的组。 Thanks and regards. 谢谢并恭祝安康。

Since ASPxGridView behaviorally groups data first and then sorts, it is not possible to sort data in same group. 由于ASPxGridView在行为上先对数据进行分组然后进行排序,因此无法对同一组中的数据进行排序。 In short, this is not possible. 简而言之,这是不可能的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM