[solved]
Now, when I'm loading new data into my datagridview, some of which may not exist, I wanted to check if it does exist first, if it doesn't I add it to the datasource of the combobox, if it does... I want to select it. I'm having trouble searching through the datasource and comparing objects then setting the comboboxcell value when I find a match:
my current code looks something like:
this doesnt work at all lol, I get no errors but also the dgvcomboboxcell is just empty, none of it's items selected. Is there a way to do this easier? am I dumb?
my current code looks something like:
this doesnt work at all lol, I get no errors but also the dgvcomboboxcell is just empty, none of it's items selected. Is there a way to do this easier? am I dumb?