ObjectUtil in flex has clone() and copy() methods, maybe it could help : http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/utils/ObjectUtil.html?allClasses=1
You have plenty of other solutions but I think this one is the easiest as you are already using flex. On Tue, Jul 20, 2010 at 5:30 PM, Steve Durette <[email protected]> wrote: > > Hi all, > > I have code that does flash remoting and gets back a query. What I need to > be able to do is make a copy of the resulting RecordSet. > > The reason is that I have 2 dataGrids on my form, one is supposed to be > editable, and one is supposed to show the "untainted" original data. If I > put the same data source for both dataGrids, then changes made in one > reflect in the other. > > Thanks, > Steve > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6436 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/flex/unsubscribe.cfm
