views:

46

answers:

0

How do i wrap the linq to entities using c# to a datagrid . I was working earlier on web, so windows is new to me. I have like first name, lastname, phone numbers from a person object

i want to display list of persons in datagrid but phone numbers needs to be combo box. Phone numbers are from different table.

I get a list of anonymous object with firstname, last name and phone numbers with some joining between the tables? how can i display in datagrid and do crud operations to save some data. Is there a nice article on this leveraging entity framrwork and windows.