I have a Datagridview with a column that has a combobox as editing control. Say I choose value X in the combobox in the first row. When I open the combobox in row 2 it will select value X as default (when the combobox was empty before edit), even if value X isn't the first item in the list of the combobox. Why doesn't it select the first item (if it wants to select an item anyway)?
I don't know if it is relevant, but the grid and the combo are bound to Linq2sql objects.