Direct access to DataGridView combobox in one click?

后端 未结 2 614
执念已碎
执念已碎 2020-12-10 01:08

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

2条回答
  •  既然无缘
    2020-12-10 01:44

    Change the EditMode property of your DataGridView control to "EditOnEnter". This will affect all columns though.

提交回复
热议问题