Not sure what is causeing this, but whenever I select an item in the dropdown combo it displays: "SYSTEM.RUNTIME.SERIALIZATION.EXTENSIONDATAOBJECT"... the dropdown items look fine.
Does anyone know what is causing this and what I need to do to correctly display the selected item?
Sounds like your ValueMember property on the DropDown is pointing to a column that contains an object of that type.
That's the part I don't understand. I have about ten rows in the dropdown in this occurs no matter WHICH one I select.