Datagridview & combobox column
Please help me with my DataGridView...
I have got a DataGridView with a ComboBoxColumn.
I have set the DGV datasource to a table and I have populated the CBC by just adding items like this:
Me.colPosition.Items.Add(value), where value is an () of data.
Now, my questions are many, but firstly:
I really miss the properties & events that a regular combobox has, like selectedItem & selectedIndexChangedâ¦
Or how do I deal with the usual stuff like setting the selectedIndex = 0 and getting the selectedItem like I normally do with a regular comboBox???
Is a conversion from a cell in the comboboxcolumn to a regular combobox necessary, or how do I do this?
I also get an Data error when I select something from my CBC and leave the CBC...
ANY suggestions are welcomed at this point!
Thanks you very much!
:O )
|