Is there anyway that anyone knows, that you can coerce a datagridview combobox column to use the combox's selected value, rather than it's default behaviour.
For reasons I cannot fathom, the DGV combobox column, instead of using the selectedvalue returned by the edittingcontrol, uses the formatted text value to query the datasource and then uses the value of the first item it comes to.
This is OK if all of the text display member items are unique, but falls down rather badly when they aren't.
