Hello.
I have the next component, which is substituted into the data grid as rendered item.
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" click="navigateToURL(new URLRequest('{data.GetLink()}'), '_blank');">
The problem with click event, it doesn't work.
How correctly to make navigation VBox that url is substituted from the dataProvider collection?
Thank you!