hi, is there any way to add values in the collection of combobox (in datagridview cell) programatically?
|
|
|||||||
|
|
|
You really need to give us more information here. At its simplest, you can just access the combobox in the datagridview directly from within code, and add items programatically via the combobox's .Items property:
However, if you are asking the question, I am guessing there is more to it that that. Please provide a fuller description if this is not what you meant. |
||
|
|
|
The easiest way is to use the "Add" method of your ComboBox:
|
||
|
|
