Hi, The solution for this issue: If you are using same XML as a dataprovider for dynamic control (you may not be aware how many instance of the control is created ,since its a dynamic ) convert the main XML into array collection and create new instance for it and bind as a dataprovider for the dynamic control.So there will be no direct relation between parent XML and your dataprovider.Every control will work independently.
Thanks, Mathew On 5/17/10, mathew easow jacob <[email protected]> wrote: > > Hi Santhosh, > > If you are creating diffrent object and not bindable,the issue will be > there. > > Thanks, > Mathew > > > On 5/17/10, Santosh <[email protected]> wrote: >> >> 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]<flex_india%[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]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> > > -- Mathew Easow Jacob +91-9886979038 Bangalore http://mathewjacob.wordpress.com Follow me on twitter-http://twitter.com/mathewjacob -- 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.

