Well I didn't understand you question properly but whatever I understood, I will recommend you to use CollectionEvent.COLLECTION_CHANGE instead of playing with focus events.
Also, if you can restate you problem, hope I can tell you a more accurate result of your problem, If that doesn't solves your problem, let me know. Thanks, Shaleen Jain http://shaleenjain.blgospot.com On Apr 8, 2:42 pm, zied Majdoub <[email protected]> wrote: > Hello, > > I have a problem in refreshing the values of some fields that have > been changed but others. For example, I want to put in the 3rd column > the sum of the 2 previous column, the three columns are numberInput. I > tried to set to data.column3 the sum on focusOut of the previous > fields then call dg.invalidateList, but when navigating with tab, the > value is not updated. When navigating with mouse, it works correctly. > I tried to calculate the value on itemFocusOut event of the DataGrid, > I got same result. > > I tried to find a way to force the refresh of the dataGrid, but the > best thing I found is invalidateList function. If you know any trick > to make it work correctly, please share it with me. > > Best regards, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

