DataGridViewComboBoxColumn problems

Blondie

New member
Joined
Dec 27, 2007
Messages
1
Programming Experience
1-3
I am using VB.net 2005 and I have a datagridView control on the page linked to a datasource, one of the columns I would like to be the datagridViewComboBoxColumn so that the user can select from predefinned values in another datasource. This works fine for entering new records but if there are existing records in the table it does not automatically display the value in the comboBox.

Has anyone got an ideas how I can populate this column from a different datasource to the rest of the columns but still display the corret value for existing records ?

Any help here would be greatly appreciated as I have been struggling with this for a while now.
 
Back
Top