The combobox column is defined as follows:
DGV.DataSource="bndSrcCat";
DGV.ValueMember="origID";
DGV.DisplayMember="name";
The 2nd BindingDataSource object (bndSrcCat) contains three properties: id, origID & name.
When I run my app in debug mode, the DGV populates with the data. The comboboxes all get populated correctly based on the second BindingDataSource but not a one of them is preselected to the proper value based on the value from the the first BindingDataSource object.
I've attached a screenshot of my app running. Hopefully it'll help you understand what I'm describing.

TIA!
Don IrelandPosted Apr 7, 2014, 8:03 PM
http://www.donireland.com/ComboBoxinDGV.png
Don IrelandPosted Apr 7, 2014, 8:00 PM
I used the "Attach Image" button in the message post window. But for some reason, all that shows up is an empty box where the image should be.
Abhay ShankerPosted Apr 6, 2014, 11:19 PM