I'm trying to write programmatically into DataGridViewComboBoxCell but I can't do that. I tried:
datagrid.rows[index].cell[1].value = "myvalue";
But this did not work.
I'm trying to write programmatically into DataGridViewComboBoxCell but I can't do that. I tried:
datagrid.rows[index].cell[1].value = "myvalue";
But this did not work.