Lehr, Theodore wrote:
So I have a datagrid that I am populating via some xml like:var thisCol: DataGridColumn: new DataGridColumn("fieldFromXML"); How can I create a column that's value is the reult of something like thisCol/thatCol?
Write your own data provider class. Make it give a calculated value when asked about that row.
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

