i have a datagridview and i have a column combox.( first column)
i want to add item to combox of datagrid.
but i cant get name of it. please tell me.
Printable View
i have a datagridview and i have a column combox.( first column)
i want to add item to combox of datagrid.
but i cant get name of it. please tell me.
try this :
Code:
Dim dgvcolum As DataGridViewComboBoxColumn
dgvcolum = DataGridViewX1.Columns(0)
dgvcolum.Items.Add("43634")
dgvcolum.Items.Add("43634")
dgvcolum.Items.Add("43634")
dgvcolum.Items.Add("43634")