How to show objects of datagrid in a drop down?

0
Hi guys, I have a one to many relation ( requester: 1 - * request), i dont want to show a data grid but all the requests of the datagrid into in a dropw down. Could someone advice how to reach this/similar? thnx
asked
1 answers
1

Rapido

If you want to enable the selection of one request for a requester, you can do this using a Reference Selector widget inside of a Dataview. The Dataview should point to the Requester entity (and receive a Requester object), then the reference selector pointing to the requester:request association would display all Requests for that Requestor.

Hope that helps,

Mike

answered