Hi Sudhi, Try ChangeWatcher class. call the Static watch() method where you are assigning you arrayCollection to you datagrid's dataprovider. The last parameter of watch method is an eventListner method for PropertyChange event.
PS: Don't forget to call the unwatch() method of changewatcher in the propertyChange eventListner method. HTH, -Ravi On Apr 21, 2:05 pm, sudhi <[email protected]> wrote: > Dear all, > > I have a datagrid which has an Array Collection as the dataprovider. > > I want an event when the data has been filled in the datagrid. Only > after the datagrid fields are filled this event should be fired. > > Can someone please tell me such an event for the Datagrid > > or atleast some other way of doing it.. > > Thanks and regards > Sudhi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

