M 
		
								
				
				
			
		mtczx232
I have simple code:
sql server table A with int foreign key to lookup table with PK int. I
fill the DataTable, and I set the DataGridView that have
DataGridViewComboBoxCell (by grid column editor). I set the
DisplayMember = "name" and ValueMember="id" of
DataGridViewComboBoxCell. and I got this error on form loading. the
data on the two tables is correct!
Have solution for this problem?
				
			sql server table A with int foreign key to lookup table with PK int. I
fill the DataTable, and I set the DataGridView that have
DataGridViewComboBoxCell (by grid column editor). I set the
DisplayMember = "name" and ValueMember="id" of
DataGridViewComboBoxCell. and I got this error on form loading. the
data on the two tables is correct!
Have solution for this problem?