Populating a data grid with a list of object

5
We're experiencing difficulties with downloading vcards. When downloading the vcard the contact attributes are nicely imported. But sometimes a contact is related to several organizations. So we want to populate the vcard also with the organization details. So we have to choose which organization details. I've tried to retrieve the related organization objects to a particular contact and pass these as an input for a datagrid. So the user can search for a contact, get the organizations, choose one and then download the vcard. But how am i suppose to use the list of organizations as an input for a datagrid?
asked
1 answers
6

Perhaps you can set the organizations datagrid as a nested datagrid within the vcard dataview. The organizations are automatically constraint by the vcard object.

answered