Is it possible to search a datagridview column to match entries against another gridview?
Example i have 2 datagridviews, in the first gridview column [1] i have an ID number on the second datagrid column [1] there's also an ID number in the cells, now - i want to search datagridview2 column [1] and if any ID numbers match datagridview1 column [1] then change cell back color to green.

1 answers
This code should do it:
answered one year ago by:
17279
690
WOW - vulpes that's fantastic, i'm still trying to get my head round datagrids and what's possible, that's just what i was looking for thanks, works a treat.