Hi all,
I'm fighting a stupid piece of code for about 2 hours now. How do I do something like this:
Obviously, this doesn't work. I know it works before one adds DataGridViewComboBoxColumn into the colleciton of columns, but how to add items to collection of items of the existing DataGridViewComboBoxColumn?.
If I have to remove everything and set it from scratch, than I rather dump combo feature - it's too stupid for the small advantage the combo gives...
Thanks in advance for hints.
Oak
I'm fighting a stupid piece of code for about 2 hours now. How do I do something like this:
item.add Code:
Me.DataGridView1.Columns(3).item.add("AAA")
Obviously, this doesn't work. I know it works before one adds DataGridViewComboBoxColumn into the colleciton of columns, but how to add items to collection of items of the existing DataGridViewComboBoxColumn?.
If I have to remove everything and set it from scratch, than I rather dump combo feature - it's too stupid for the small advantage the combo gives...
Thanks in advance for hints.
Oak