I need to determine if a value is contained in the list source of a grid column row. Rows can have different lists so Thisform.Components("SerialNumberGridCol").List is not accurate for every row.
The actual list source is:
STDOLE SLSerials( PROPERTIES(SerNum, Loc, Lot) DISPLAY(1)FILTER(Item=FC(ItemGridCol) AND Loc=FC(LocationGridCol) AND Lot = FC(LotGridCol) AND RsvdNum = '' AND AssignedToBePicked = 0))