Datagridview Combobox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Column called Time. In most cases the actual time will be inserted.
However I would like a combobox with half hour increments....

I am able to load the ComboColumn okay...however once data is loaded I get
an error message...it appears to be loading from the list versus the actual
time.

Any suggestions

Thanks...Arne
 
Do you have it set to be a DropDownList? Because that would mean the
entries *had* to be on half-hour increments.

Just an idea.
Robin S.
 
How would you set that?

Thanks

RobinS said:
Do you have it set to be a DropDownList? Because that would mean the
entries *had* to be on half-hour increments.

Just an idea.
Robin S.
 
By changing the DropDownStyle property on the combobox.

Robin S.
-----------------------------------
 
Back
Top