A tree like solution would be nice.
My first step: linked two datalist types (companyList, contactList) with an association.
In create and edit view (datalist item) I can make the association between the two datalist items.
My problem: In datagrid view the association is presented as the node-reference. In the contactList item I want the companyname as a href to the company. So far i ended up in datagrid.js function DataGrid_renderCellDataType where I added the datalist type to the switch statement to create the href like the cm:folder type case. This gives me a href but still with the noderef as visible text.
Can someone give me a hint how to get the name property (companyname) from the referenced datalist for building the href?