Dim dgvcombo As DataGridViewComboBoxCell dgvcombo = DataGridView1.Rows(2).Cells(0) dgvcombo.Items.Add("comboitem1") dgvcombo.Items.Add("comboitem2")
dgvcombo = DataGridView1.Rows(2).Cells(0)
dgvcombo
dgvcombo.Items.Add("comboitem1")
dgvcombo.Items.Add("comboitem2")
thank you
Is there any way have in the same column of the DataGridView combos with different info inside each one???
thank you
ReplyDeleteIs there any way have in the same column of the DataGridView combos with different info inside each one???
ReplyDelete