Hello,
It seems we cannot convert linq group by qury results to observablecollection.What else other than observablecollection can we bind to the xamgrid as itemsource?
The itemsorce property is like
public
IEnumerable ItemsSource { get; set; }
Cant I bind IEnumerable<System.Linq.IGrouping<string, MyClass>> ?
I tried that but its giving error.
Thanks
What is the error message? Do you have a sample?