Re: Odd behavior in ArrayCollection

2015-06-08 Thread pkumar.flex
a' shows that prop1 is null, and the DataGrid shows > a > blank cell where object a's prop1 was! > > Does that make sense? > > David > > > > > > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble

Re: Odd behavior in ArrayCollection

2015-06-08 Thread Mihai Chira
, here's the problem, I update one of these properties, and the rest are > all set to null !! > > a['prop2'] = 'third' > arr.refresh() > > Now a trace on object 'a' shows that prop1 is null, and the DataGrid shows a > blank cell where object

Odd behavior in ArrayCollection

2015-06-07 Thread DavidM
r.refresh() Now a trace on object 'a' shows that prop1 is null, and the DataGrid shows a blank cell where object a's prop1 was! Does that make sense? David -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Odd-behavior-in-ArrayCollection-tp10526.html Sent from the Apache Flex Users mailing list archive at Nabble.com.