Hi,
I have a column in grid, and i have custom array with data, is there any way i can findout missing items in grid from given arrary.
Example:
Grid column H.No = A1,B1,C1,F1
custom array has A1,C1,D1,E1
i need to get D1,E1 since these are exists in custom array but not exists in grid column data.