I have a list of entities and I need to bind it to a datagrid. One of the properties in the list is a collection and I need to bind that to a combo box within a datagrid. I am new to Win开发者_开发百科dows Forms.
var list = (from p in db.persons
               select new person{p.firstname,p.lastname,p.phonenumbers}).tolist()
I need phone numbers bound to a combo box column which is like a preferred phone number for the person. A person can change their phone number from their list of provided phone numbers.
How can I track this change in ef4?
please guide me with any articles or examples.
Please see the sample code with ComboBox in the DataGrid here: http://www.gotdotnet.ru/files/download/109/
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论