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
340
xamgrid itemsource
posted

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