I am using Borland C++ 6 and I am currently using a StringGrid to display some data. When a user enters data into the fields I would like to be able to select an option from a pulldown menu (comboBox).

Is there a way to have a column in a StringGrid be ComboBoxes? I don't care if I have to not use a StringGrid. I just need the data displayed in a table format, and want to be able to select on of the fields from a pull down menu.

Any ideas would be appreciated!

Thanks,
Nick