Hi, The reason your second list is updating because you are using same object for both list and u made the object as bindable.so,changes in one object reflects in second list too.
On May 16, 6:46 pm, mathew easow jacob <[email protected]> wrote: > Hi , > > This issue find intresting! > > I have 2 list control which creates dynamically when double click of this > list i can edit the values,the dataprovider for it is a value from XML > List.The issue starts here ,when i am trying to edit the 1st list the 2nd > List is also geting updated.Intresting! :) > > I tried some ways to solve it,but no result. I attached the application i > did.Did anyone resolved same kind of issue.?Let me know.If i find a way to > resolve it i will post back here. > > Thanks and Regards, > > -- > Mathew Easow Jacob > +91-9886979038 > Bangalore > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/flex_india?hl=en. > > ListControl.zip > 622KViewDownload -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

