DataGridViewComboBoxColumn - Requires multiple clicks to get menu to dropdown?

E

ESmith

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?
 
R

Ranko

ESmith said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top