--- 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 headerText="Price"/>
>   <mx:DataGridColumn headerText="Total" editable="false"/>
> </mx:DataGrid>
> 
> How would I do this?
> 
> - Stephen
>

labelFunction

Reply via email to