Hi,

The best way to do this is to loop through the arrayCollection and perform
the action required for each of the items in every row. So probably you can
run a "for each" loop and then do the calculation inside the loop. And after
completing the loop, do arrayCollection.refresh().

Let me know if this wont work out in your case.

Regards,
Venkat

On Wed, Sep 10, 2008 at 12:38 PM, jeroen <[EMAIL PROTECTED]> wrote:

>
>
>
> On Sep 10, 8:45 am, jeroen <[EMAIL PROTECTED]> wrote:
> > Hi Guys and Girls
> >
> > Maybe someone can help
> >
> > I have a advanced datagrid lets say with one row with 4 columns,
> > column 3 data is determined by column 1 data mulplied by 30 for
> > example....now is easy to do with one row but I have 40 odd rows of
> > data, is there a easy way to loop through the data and calculate this
> > values on the fly or should each cell be calculated seperatly
> >
> > Thanks
>
> Here is a sample with calculations...
>
> http://spreadsheets.google.com/ccc?key=pFk_smnTF1XI7Z5URAX3gAw&hl=en
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to