Hi I want to fill a column in datagridview that is of type combobox.
can you please guide me how to do it.
i am getting the column using this
but dont know what to do further.
I need to fill all the comboboxes with four option that i have with me.
thanks
can you please guide me how to do it.
i am getting the column using this
VB.NET:
Dim aa As DataGridViewComboBoxColumn
aa = gridQuestions.Columns.Item(1)
but dont know what to do further.
I need to fill all the comboboxes with four option that i have with me.
thanks
Last edited by a moderator: