Oleg, It might be a good idea to build a really small test case of what you are trying to do and see if that simpler, smaller test case works. Many times I’ve seen more complex apps have unintended side-effects. Once the simpler test case works, you have something to refer back to when working with the actual case, and if the simpler test case doesn’t work, you can post it and it will hopefully be easier for us to understand, what it is you are trying to do.
-Alex On 3/13/15, 7:57 AM, "olegkon" <[email protected]> wrote: >Wait a minute, in DataGroup I have dataProvider="{acMsgs}", >and in the Renderer I have for the first DropDownList: >dataProvider="{parentDocument.acMsgs}", >and in that renderer in dd1ChangeHandler() I do: >data.dd1Id = dd1.itemSelected.dd1.id; that is where dropdown dd1 locks. > >Is what I am doing here all legitimate? >Anything wrong here? > >Please help! > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/DropDownList-in-DataGroup-t >p9785p9797.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
