If you use a constructed list to perform the randomisation in your grid, your problem will be solved.
Your constructed list will look something like this ...
ADD(FruitList)
Randomize()
I have assumed your QCb01 parent list is using a list called "FruitList".
Now use this list at both grid questions and your fruit order will appear the same at QCb01 and QCb02.