I have a datagrid that is populated with xml that looks like:
<this>
<that fieldA="one" fieldB="45" fieldC="78"/>
<that fieldA="two" fieldB="133" fieldC="456"/>
<that fieldA="three" fieldB="786" fieldC="454536"/>
</this>
I have this being put into a datagrid with:
var groupcol:DataGridColumn=new DataGridColumn("fieldA");
groupcol.headerText="Field";
groupcol.width=100;
Anyway - I need to create a column that is fieldB/fieldC .... How can I d this
math and get it displayed??
TIA!!!
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders