[flexcoders] Seeking Advice regarding saving changes

2008-06-10 Thread bredwards358
In the application I am working on, the user can drag and drop items from one datagrid to another. Now regardless of how the user exits the window, the data is always saved. My question is basically, what would be the best strategy for saving these changes. The dataProviders for both grids are

Re: [flexcoders] Seeking Advice regarding saving changes

2008-06-10 Thread Maciek Sakrejda
optimization is the root of all evil, and (2) will give you a simpler design. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: bredwards358 [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Seeking Advice