Hi there,
I'm using the grouping feature and using my custom grouping comparer.
I have a situation where I have to clear my data source and add new items to it.
The expected behavior is to group and sort my groups according to my custom logic
What happens is the groups are created and sorted successfully only for the first set of items and whenever I update the data source the comparer doesn't work as expected.
My Notes:
While debugging I noticed that the Items property in the GroupResult object always = null when data source is updated.
I replicated the logic I have but in a more simpler approach so we can isolate the issue easily
Please update me ASAP
Thanks very much
Attachment:
ListGrouping_baf78285.zip