Hi Rathna, You could implement the auto refresh functionality by
1) User driven/time intervelled polling 2) Using LCDS synchronisation technique. However the solution to the problem your facing by the polling check the following out: 1) Check if the response handler in flex does have your refreshed list. 2) Check if you have assigned/binding the data grid with the new data provider received 3) Call the invalidateDisplayList() . For this to work ensure that you have overriden all the methods correctly if any. Hope this helps. Thanks, Naveen On Sun, Mar 6, 2011 at 12:34 PM, ratna suman bellala < [email protected]> wrote: > hi > in my project i need auto refresh functionality in my datagrid if > change any thing on datagrid it will automatically refresh.Now i am doing by > sending http request every time.Is there any some other functionality to > implement this thing > I just tried these > <dataprovider>.refresh() > <datagrid > name>.invalidateList() > <datagrid > name>.invalidateDisplayList() > things also they > were not working is there any other method to implement.Otherwise where i > can implement this method to auto refresh the datagrid exactly > > > -- > cheers > ratnasuman > > -- > 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. > -- 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.

