I am using a RemoteObject method call to populate an ArrayCollection used as a dataProvider in my DataGrid. I use the render() method on the datagrid to make sure the datagrid displays the updated data the RemoteObject method is returning everytime the user navugates to the DataGrid screen. My problem is the datagrid displays the updated information but gets into an infinite call.
When I use the initialize() method on the DataGrid I get data only the first time I navigate to the datagrid screen, so everytime the screen shows me the old data. Also, the ArrayCollection I use id bindable. I want the DataGrid to call the RemoteObject method once everytime the user navigates to the screen, so that the dataProvider gets updated. Which event should I use? -Thanks, Fauzia --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

