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” category=“Design” />
<urls link=“http://www.apple.com” category=“Cool” />
<urls link=“http://www.yahoo.com” category=“Mail” />
</sites>
can somebody help me please.
Thanks in advance
krs