datagridview - click on DataGridViewTextBox cell and create DataGridViewComboBox control

I'm populating a DataGridView's columns with values from a C++ dll and the initial load of string and integer values are handled byDataGridViewTextBoxColumns.

What I want to be able to do is to click on any of those cells containing the string values in that cell and have that cell display a dropdown combo box with values from a specific collection.

Is there a way to change at runtime from aDataGridViewTextBoxColumnsto a DataGridViewComboBoxColumn display?

Thanks, -Greg

[588 byte] By [hazz] at [2007-12-24]
# 1
I think it may be easier to have a context menu cascade the the same items I was going to bury in a combo box within the grid. Lot's easier and it makes better sense from a user friendly point of view. -g
hazz at 2007-10-8 > top of Msdn Tech,Visual C#,Visual C# General...