I\'m getting annoyed with clicking once to select a row in the datagridview, and then clicking again to click on a control in that row (in this case a combobox).
Is
Change the EditMode property of your DataGridView control to "EditOnEnter". This will affect all columns though.