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 -~----------~----~----~----~------~----~------~--~---

