| Jon Rose’s Blog | | Enterprise Software Consultant Open Source / Java / Flex Flex Practice Director @ Gorilla Logic, Inc. InfoQ.com RIA Editor |
![]() |
Comments:
codecraig on November 23rd, 2008 at 8:53 pm #
Ever try this? var data:Array = getDataFromSomewher(); // dgAC – ArrayCollection bound to a DataGrid for each ( var tmp:MyDomainObject in data ) { This will add the stuff from ‘data’ into the Array that the ‘dgAC’ ArrayCollection wraps without firing events. Then the call to ‘refresh’ fires off an event telling whoever is listening that the contents changed! Ever try that?? Post a comment
|
|