<mx:DataGrid visible="false" id="dgPosts" width="365" click="" dataProvider="{sendReq.lastResult.loginsuccess.name}" x="140.5" y="169">
<mx:columns>
<mx:DataGridColumn headerText="name" dataField="name"/>
</mx:columns>
</mx:DataGrid>
When i click on a particular dataItem, the corresponding website must open. I have tried dgPosts.selectedItem.name but its not working.
I am getting the result as XML....