Hi,
I have some groups with an sum of the items in each group.
Now i want to sort the Groups in the tables. (Group with max items first...)
How can i Do that?
mfg
christoph
Hi Christoph,
You can set the GroupByComparer on the grouped column to an instance of a class that implements IComparer.
can post an example how to use the GroupByComparer ?
thanks!!
Here's a quick sample I put together.
thank you very much!