How can i avoid the double click on a DropDownButton used within a DataGridView? Right now I am able to view the drop down items within the D
DropDownButton
DataGridView
D
Set EditMode property of the DataGridView to EditOnEnter: link
EditMode
EditOnEnter
DataGridView.EditMode - Gets or sets a value indicating how to begin editing a cell.
DataGridView.EditMode
EditOnEnter - Editing begins when the cell receives focus.