P
Pierce Blaylock
Guest
I have a DataGridView that has a ComboBox column. Im trying to figure out how to populate the ComboBox dropdown list at runtime. I know I can fill it at design to by editing the DataGridView columns. However at runtime I cannot seem to find a way to modify the list of items that appear in the dropdown list for a ComboBox column. I dont need to set the items per ComboBox as they all need the same list of items, so I just need a way to modify it for the whole column in one hit. Any help?
Continue reading...
Continue reading...