I have a datagridview which have a ComboBoxCell,,, ComboBox is bound to data,, I want to use it as Traditional ComboBox,, i mean i want to display its Item (from display members) on the base of its value,,
for example
When i do this
Datagridview1.CurrentRow.Cells(4).value = 7 'Cell 4 is the DatagridviewComboBoxCell
It gives me the error that
"DatagridviewComboBoxCell.value is not valid",
But I want that this combobox should Select And Display the item which value is 7
I have tried manay different techniques,,, but in vain
Thanks,,