# Loading XML Data into a DataGrid

**URL:** https://forum.kirupa.com/t/loading-xml-data-into-a-datagrid/240342
**Category:** flash
**Created:** [October 2, 2007, 6:59am UTC](https://forum.kirupa.com/t/loading-xml-data-into-a-datagrid/240342 "2007-10-02T06:59:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![krs4kirupa](https://avatars.discourse-cdn.com/v4/letter/k/b3f665/32.png) [@krs4kirupa](https://forum.kirupa.com/u/krs4kirupa)
#### Post date: [October 2, 2007, 6:59am UTC](https://forum.kirupa.com/t/loading-xml-data-into-a-datagrid/240342/1 "2007-10-02T06:59:46Z")

</div>

hi  
i am new to AS3. As I was going thru live docs, i was able to load data from an xml file into a DataGrid, I want to know how to make it clickable - on clicking i want a specific data of a column display in a TextArea  
Here is my xml  
\<sites\>  
\<urls link=“[http://www.adobe.com](http://www.adobe.com)” category=“Design” /\>  
\<urls link=“[http://www.apple.com](http://www.apple.com)” category=“Cool” /\>  
\<urls link=“[http://www.yahoo.com](http://www.yahoo.com)” category=“Mail” /\>  
\</sites\>  
can somebody help me please.  
Thanks in advance  
krs
