I've got a query that I have grouped and the grid shows the field that I have summarized. Now I want to sort that summary field so that it shows me lowest to highest value of the summaries. Can I do this? If so, can you lead me to the documentation?
Hi,
You mean you want to sort the Groups?
If that's what you want, then you need to use the GroupByComparer property on the grouped column and assign it an IComparer. There's a more detailed discussion of this here: How to sort summary column - Infragistics Community