It depends on the architecture you are following in your application. In Cairngorm you can get this very easily, you just need to update the model after sending the request each time.
Or you can just implement a singleton class and send a http request each time you want to get the data and populate that in the singleton class and use that variable as a dataprovider in the datagrid : Vaibhav On Mar 27, 3:32 pm, Amit <[email protected]> wrote: > you got it right Ravi, i want to load all the xml data files at a time > with a click button in datagrid. actully i have 40xml file s and i > want to get it dynamically in datagrid. > > On Mar 27, 3:23 pm, Ravi Mishra <[email protected]> wrote: > > > > > What do you mean by multiple XML files? Do you want to load and > > display the data of all the files simultaneously? > > > Please elaborate your requirements. > > > -Ravi > > > On Mar 27, 2:12 pm, Amit <[email protected]> wrote: > > > > how to load multiple XML files dynamically in datagrid on a click > > > button.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

