Hi Manish, My data provider is a httpService, so how can I send the edited data back?
And since the dataprovider is an object, how to access the object in my java (webservice class). Rajesh J --- In [email protected], Manish Jethani <[EMAIL PROTECTED]> wrote: > On 5/14/05, Rajesh Jayabalan <[EMAIL PROTECTED]> wrote: > > > How do I send the information in an editable datagrid back to the > > server (I am using a webservice to update and delete). > > > > I have only seen examples to make a datagrid editable but what should > > I do save the edited information. > > The edited data is saved in the underlying data provider object for > the DataGrid. You can send the data to the server for saving when the > user clicks the "Save" button. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

