I have a requirement to show drop down list to one particular row among several rows. My dataGridView has 2 columns (Parameter and Value) and I am adding 3 rows dynamically
Please consider adding of ComboBox column to grid with right-click context menu item Edit Columns... of the grid in Form Designer. To add column it will require to click on Add button of Edit Columns dialog and subsequently select Type = DataGridViewComboBoxColumn
as shown below:
Please note: You will also need to use either Items or DataSource property of the column to populate drop-down list of the ComboBox.