Home
Options

Record missing from EntitySet when using OnDemand recursively.

Suppose I have three records (A, B and C) which are linked to a Parent record P.

If I dump the first record A, and then click on the hyperlink for the Parent P, it display this record. If I then click on the EntitySet for child table, it should display A, B and C, but only displays B an C (even though the grid title says there are 3 items).

If I start from B, it displays A and C and if I start from C, it displays A and B

If I explore in grid then it correctly displays A, B and C.

Sign In or Register to comment.