I have a DataGridViewComboBoxColumn column in a DataGgridView table, by default I have to click twice on the combo box drop down arrow to get the drop down list to appear -- what's happening as near as I can tell is that the first click selects the row, and the second click is delivered to the combo box,
Is it possible to modify this behavior so that a single click both selects the row and drops down the combo box?