How can I make a linq call goes into my ObservableCollection variable

63 Views Asked by At

I'm having an issue with my ObservableCollection. As you can see when I try to fill up the user collection it says that it cannot be converted.

If I use a list I can make it work but then the grid won't update the data while I make edits that's why I need a ObservableCollection.

I have tried to Google it myself but I could not find a solution sadly. Any help is greatly appreciated.

Code

0

There are 0 best solutions below