Hi Mustafa,
try setting the context of the datagrid to 'private'; due to the dual references the context meganism will by default constrain over both references. By setting the context of the datagrid to 'private' there will be no constraints whatsoever on that grid
You can then use an Xpath contraint on the datagrid to show the right data
Hi Michel,
thanks for your reply. This private context unfortunately didn't help (Child2 isn't the currentobject and therefore it's not possible to make an xpath constraint on the grid based on Child2).
However, after rebuilding the screen and adding an extra reference between the objects "for viewing purposes", I managed to get Child2 in the outer data view. This solved the problem since Child2 is now the currentobject. After setting the context to private, the xpath constraint now works just like it should.
Thanks alot, problem solved.