Hello,
I am trying to get access to a variable in a DataGrid in Adobe Flex. Without integrating FlashIsland it is working very well with the following coding:
<mx:DataGridColumn dataField="url" headerText="Infos" width="15">
<mx:itemRenderer>
<mx:Component>
<mx:Button label="Details anzeigen" click="outerDocument.getURL(data.url)" />
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>
When integrating in SAP with FlashIsland I use the following coding:
<mx:DataGridColumn dataField="" headerText="Infos" width="20"> I get the error message: TypeError: Error #2007: Parameter url must be non-null. at global/flash.net::navigateToURL() at ZREWE_KAT02/getURL() at ZREWE_KAT02_inlineComponent1/___Button1_click() The error seems to be that I do not get access to the variable .
Any help is very much appreciated.
regards
stefan