I have to manually select the item from the dropdownlist that is in the datagridview column, but the issue is while selecting the item i need to click on the dropdownlist multiple times.
How to resolve this? Any help will be highly appreciated.
DataGridViewComboBoxColumn cmb = new DataGridViewComboBoxColumn();
cmb.HeaderText = "Data";
cmb.Name = "cmb";
dgv2.Columns.Add(cmb);