I have had some success placing a datagrid into a repeater, but not total success. I basically want
a Repeater of completed results, within each result there is a datagrid dedicated to the result. I have tried putting arrays into arrays, and arrays into arraycollections, but all the data goes into the first datagrid. This also opens up the next problem, how to get access to each individual result in each datagrid.
Example of what I want.
Result 1
Datagrid with 4 rows of info related to Result 1
Result 2
Datagrid with 4 rows of info related to Result 1
etc.
thanks,