- create a helper object in your datamodel
- add a dataview witch uses the helper object, created by a new ds microflow which also associates to all objects returned by your current atasource microflow.
- then add a datagrid by database/xpath with the objects you associated with the helper object.
notes:
- this results in many helper objects, so be smart and re-use the helper object by also associate the helper object with session and delete them when session ends or keep last 10 helpers.
- editable datagrids should be avoided to be used. sometimes changes will not be saved, for ex when pushing a button while editing. (or mendix has fixed this somehow)