Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
sort by different order on group
posted

I use the command

basicInfraGrid1.DisplayLayout.Bands[0].SortedColumns.Add("DIFFERENCE_TYPE", false, true);

to group by difference_type

I get an the for the group difference_type by the the column difference type.

so the order of the group  difference_type is:

"Full match"

"No match"

"One difference"

 

But I want it to be :

"No match"

"One difference"

"Full match"

How to do?