Looked all over and cannot find full examples on how to set up a column in a DataGridView to be a combo box? Vb.Net if anybody has it.
Also would like to set it up in the code behind hopefully that is possible?
Wisej Web Page
Hi Edward,
I have attached a modified version of the sample that shows how to use a DataGridViewComboBoxColumn as you described.
We have a plethora of resources, you can find more samples here: Wisej – Samples and you can always refer to our documentation here : Wisej – Documentation.
And to answer your question, you can definitely setup a DataGridView in codeand then add the ComboBoxColumn.
HTH,
Alaa
//
Hi Edward,
The doc for usage of DatagridView and DataGridViewComboBoxColumn is there : https://docs.wisej.com/docs/controls/lists/datagridview/comboboxcolumn
I attached a sample for simple usage of DataGridViewComboBoxColumn.
Best,
Kevin(ITG)
Please login first to submit.