How can I pass the initial mouse click through to the dropdown control on a
DataGridView? Currently, the user needs to click on it - I guess first to
select, then again on it to see the dropdown choices (sometimes this
requires several clicks). The CheckBox doesn't seem to have this issue - is
there something basic I'm missing in the setup on these columns?
Ranko - 26 May 2006 16:02 GMT
> How can I pass the initial mouse click through to the dropdown control on a
> DataGridView? Currently, the user needs to click on it - I guess first to
> select, then again on it to see the dropdown choices (sometimes this
> requires several clicks). The CheckBox doesn't seem to have this issue - is
> there something basic I'm missing in the setup on these columns?
DataGridView has property EditMode. Choose EditMode=EditOnEnter.
Garyn Carrillo caballero - 30 Nov 2006 06:41 GMT
Como adicionar a una columna de un datagridview un combobox en visual basic.net
EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
RobinS - 30 Nov 2006 07:57 GMT
Once more, with feeling. And in English please.
Robin S.
-----------------------------
> Como adicionar a una columna de un datagridview un combobox en visual
> basic.net
>
> EggHeadCafe.com - .NET Developer Portal of Choice
> http://www.eggheadcafe.com