Hi, Intelissense shows the option of outerDocument inside of a DataGridItemRenderer and this can be compiled, allowing to comunicate with the main MXML where the DataGrid is in. However at runtime, there is no link to this variable (it's null). Searching on all the code base, I saw that this was only implemented on DataGrid and AdvancedDataGrid of MX components.
My question is: There is a better approach on Jewel to communicate from an ItemRender to outside to send data or this is missing and we should implement outerDocument on Jewel DataGridItemRender compoent ?
