[flexcoders] Problem with data displayed in Drop Down, versus actual underlying data

2010-06-07 Thread Mike Anderson
Hello All, I am banging my head on the wall with this issue - I have 1 dropdown control's dataProvider, tied to the remoting results of another dropdown's database query. You can keep selecting a different value from the primary dropdown, and the secondary dropdown updates the underlying

Re: [flexcoders] Problem with data displayed in Drop Down, versus actual underlying data

2010-06-07 Thread Hans Wichman
Hi Mike, I think I had the same issue and it looked like a bug to me. I worked around it by not setting the returned set as a dataprovider for the dropdown but by having an intermediate dp which I cleared (removeAll) and added the new results to. So not really an answer to your question, but