Hello,
 
its not best practice to refresh the whole grid if only 1 row changed. If the data in your array consists of instances of custom classes, make sure the properties in the custom class are bindable. Bindable causes them to broadcast an event if an item changes, which in turn will make sure the datagrid will update that record.
 
If the collection does not contain instances of a custom class but (for example) instances of Object, these changes will not be recognised. In that case you could use the "itemUpdated" mehod of the collection. This will notify the view (in your case the datagrid) to update the single item.
 
 
Greetz Erik
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to