Hi Fauzia, What do you mean by navigating to the screen?
I think you should use ChangeWatcher or CollectionEvent to get hold of the change in Collection. HTH, -Ravi On May 12, 10:38 am, sheetal <[email protected]> wrote: > i am not sure about the problem u r facing. > But refresh the dataprovider after u populate the arraycollection,this > should show refreshed data in the grid. > > On May 11, 10:00 pm, fauzia <[email protected]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---

