Any help would be appreciated:

Is it possible to programmatically force a datagridviewcombobox to
open its dropdown?

The reason is, I have to click twice one the cell to make it drop
down:
one to get focus and the next click to drop down. I want it to drop
down at the moment it gets focus.

Regards,
Henk

Re: Force dropdown of DataGridViewComboBoxox by hvj

hvj
Sun Jul 27 07:32:17 CDT 2008

On 24 jul, 20:11, h...@paralax.nl wrote:
> Any help would be appreciated:
>
> Is it possible to programmatically force a datagridviewcombobox to
> open its dropdown?
>
> The reason is, I have to click twice one the cell to make it drop
> down:
> one to get focus and the next click to drop down. I want it to drop
> down at the moment it gets focus.
>
> Regards,
> Henk

Setting datagridview.EditMode = EditOnEnter did the trick. Now I only
have to click once for dropdown.