Sorry It’s me and datagrids again

<p>Fees for Schools</p>
<p><b>Academic Year 2013-2014</b></P>
<p>Please note…….</p>
There maybe more then one row of data in the datagrid containing html text in the description. I am trying to pass the 'complete' data of each field to another layout which contains a group of controls. I was using the following command which I thought was working initially until I looked at it closer and realised it was only pulling out a single line of data at a time
put the DgText of grp "myGrid" into ... d repeat
I’ve narrowed down the problem to the repeat chunktype I am using is for a table based datagrid with single lines. I need to use a different chunktype in my repeat control structure. So researching, I found quite a useful tutorial explaining chuncktypes http://lessons.runrev.com/s/3527/m/4603 ... -with-text. I think I should be using <b>repeat for each item tLine in tGrid</b> to remove the contents of an entire field, however although this is extracting the entire contents of description as I want, I’m having difficulty keeping the price, qty, line_price in the same row on the layout Im trying to pass the data through.
Is there an easy way to solve this one? Off to do more reading, I’m sure someone else must have encountered this?
Thanks
Jalz