【发布时间】:2013-07-05 13:15:53
【问题描述】:
While using DevExpress.XtraGrid.GridControl I am trying do the following, When a column is selected and dragged to the upper part of grid (i.e grouping by that column) I want the groups to be sorted by their member count.我什至没有找到关于如何开始这样做的来源。我不确定这是否可能。
我得到了什么:(列的名称是消息)
Message:(Count=2) X
Message:(Count=7) U
Message:(Count=5) Z
我想要什么:
Message:(Count=7) U
Message:(Count=5) Z
Message:(Count=2) X
【问题讨论】:
标签: c# winforms devexpress devexpress-windows-ui