Hi, whenever I select a bound combobox with the mouse in a datagridview the combobox shows a value. When I tab off the combobox the value disappears. This behaviour seems pointless as I have to perform some action on the combobox (such as typing a character of an item in the list or selecting from the dropdown) for the value to be set.
Is it possible to stop show an item in the list when it is selected?
Any help would be appreciated