Is it possible to do the following in a DataGridView:
In the same column I want to change the control type of each row between DataGridViewTextBoxColumn and DataGrid
You could create a template column with both controls in, hide the one you don't want, and bind the other to the datasource in code.