Datagrid comboboxes Focus Issue

HeavenCore

Well-known member
Joined
Apr 10, 2007
Messages
77
Location
Bolton, England
Programming Experience
1-3
I figure with the datagrid being a windows form control and this being a focus issue i'll post it here, simple question really:

I have a datagrid control with several columns set up as drop down lists, works great etc, but one very annoying thing is to expand the list you first have to highlight the cell before you can expand the list, having to click twice essentially for every list. Is there a way to make the list boxes auto expand or something on cell focus?
 
Setting EditMode property to EditOnEnter solves that.
 
Back
Top