I have an actionscript 3 based datagrid that pulls data from an xml document.  
All of it is written in as3(no on stage component).  I like the as3 version 
verses the as2 version because of the filter arrays function(I need to allow 
multiple filters concurrently) but I am having difficulty finding a lot of 
examples for as3 datagrids. 
I would like to click on a link to open a web browser.  That actually works.  
The issue I am having is allowing html to render? in the grid.
I tried using cdata but I get the entire html (though the link works)
ie.
<url><![CDATA[<a href="http://www.foo.com";>FOO</a>]]></url>
renders in the datagrid as <a href="http://www.foo.com";>FOO</a>
I tried looking through as3 documentation to figure out how to use html text in 
the grid/list but I couldn't find what I needed.
Any help would be appreciated.
patricia britt




_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to