[flexcoders] Re: Can DataGrids multiply columns

2010-06-25 Thread valdhor
One way might be (Caveat: I haven't tried this and I'm just thinking off the top of my head) to add itemEditEnd listeners that update and refresh the dataprovider, --- In flexcoders@yahoogroups.com, Stephen sd_br...@... wrote: I have a dataGrid as bellow and need to have the total of each row

[flexcoders] Re: Can DataGrids multiply columns

2010-06-25 Thread Amy
--- In flexcoders@yahoogroups.com, Stephen sd_br...@... wrote: I have a dataGrid as bellow and need to have the total of each row be calculated as the quantity and price are typed in. mx:DataGrid editable=true mx:DataGridColumn headerText=Quantity/ mx:DataGridColumn