Open dropdown(in a datagrid view) items on a single click

Set EditMode property of the DataGridView to EditOnEnter: link

DataGridView.EditMode – Gets or sets a value indicating how to begin editing a cell.

EditOnEnter – Editing begins when the cell receives focus.

Leave a Comment