Hi
This is VB not C# . FOR - NEXT loops.
Maybe I need to be more specific. The above FOR loop works loading the array items in the define d combobox but not the part where I assign the box to a particular cell.
DGV1.Rows(myRow Counter).Cells( "colCodes") = comboboxColumn
This is the part that is not working - listing the data in the DGV cell's combobox.
User Profile
Collapse
-
VB.NET 2005 DataGridView
Hi
I have to read a CSV file in with 6 columns of data. The last column contains values delimited by & eg.
"Lastname","Fir stName","Zip"," Phone","Area"," 001&002%008&012 "
There are 100's of these rows in this CSV file. I have created a DGV with the type in the last column set to ComboBox and I have parsed the last column into a String array.... -
Hi
What I would like to know is how do you populate a COMBOBOX cell with data from a CSV file?
Has anybody done that before?Leave a comment:
No activity results to display
Show More
Leave a comment: