Hello,
I have been following the example for using a DataGridViewComboBoxColumn from http://msdn2.microsoft.com/en-US/library/ms404353.aspx#Mtps_DropDownFilterTextfor an unbound grid but I am still having a problem.
Having populated the column.items with objects, and set the ValueMember and DisplayMember, the column correctly shows the pulldown list for a new row. The problem I am having is when I attempt to assign a value programmatically to a cell of the column.
I've tried assigning a string to the cell value, creating a new object with the same values as one item in the items list but both cause errors. How do I do this? I can't seem to look up the item in the items list by displaymember string value, either.
John.