there are Two entity 1. Item ( Desciption attribute is from Item Entity) 2. Inventory . In Inventory datagrid when Im trying to display Description , it is not getting diaplayed in all rows . It is getting displayed in Only 1 row. How can i display Description attribute in all rows
asked
Raviprakash Ram
1 answers
0
Hi Raviprakash,
Check the association between Item and Inventory entity. It should be 1-* association.