The dataprovider/collection dispatches events when an item is changed.  Keep 
track of the items identified in those events and send those back to the server

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Libby
Sent: Wednesday, April 29, 2009 3:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Which rows in a datagrid contain modified items (and 
which don't) ?





Hi, People

I have a datagrid where user can modify a few rows out of 200 - 500 then click 
save. I only want to hit the database with the changed rows. Is there a 
technique whereby I can identify the "dirty" rows, pluck them out, and ship 
only them off to the database, without going thru and comparing column by 
column, row by row?

Thanks,
Libby

Reply via email to