Thanks for your reply,
I did what you suggest and I have a problem.
My setup is
<Data Grid>
<Parent Row>
<Grid Child>
<Parent Row>
<Grid Child>
</Data Grid>
The behavior I get is that the first time I expand any child Grid it is empty, only after I expand a second child grid (that has the same value for the queryString field) it will show the data.
I think my problem comes from the definition of the queryString. The field I use is not unique.
Why it is showing only after the second expanse? Must queryString be unique? If that's the case, Is there a way to have a hidden parent id column?
Thanks!