I have a DGV in which I wish to define one of the columns as a ComboBox. I know you can do this at design time, however, I wish to do it programatically. How is that done? Also, I wish to be able to bind the ComboBox to 2 columns of a Dataset (have the ComboBox show 2 values in the dropdown list) but only return 1 of the values when a user makes a selection. Is this possible? If not, how do I load the ComboBox manually?
Thanks,
Blake
Start Free Trial