date combobox in a datagridview problem

divjoy

Well-known member
Joined
Aug 25, 2013
Messages
159
Programming Experience
1-3
Hi, I'm using vb.net 2010 express.

I have a combobox in a datagridview on a from and the combox gets populated with dates when form loads.

All this works OK until I go to select a date from the combobox, the date sometimes appears and disappears quickly and the combox then remains blank?,
unless I do it very carefully and very slowly and then the date stays.

I have several other comboboxes with list of data and there is no problem with them.

I've checked the code and combobox settings and it all seems fine.


So I was wondering has anyone a similar experience and is there a work around?

Does vb.net have a bug/problem showing dates in a combobox in a datagridview?


kind regards....
 
Back
Top