--- In flexcoders@yahoogroups.com, Mark Shen <[EMAIL PROTECTED]> wrote:
>
> Thanks. Mike.
> 
> I know how to use mx:RemoteObject .
> 
> My question is how to get all the data from datagrid and pass it to
mx:RemoteObject .Thanks
> 
> Mark
> 

Mark, the dataGrid is merely a visual means of viewing / editing the
data held in the dataprovider. I usually loop through my dataprovider
(arrayCollection in my case)and generate dynamic sql queries to
saving/reading/updating data. 

Reply via email to