Alex / Kevin, scroll.validateNow() worked like a charm for scroller problem.
For locking dropdownlist, that is still a serious problem for me. Actually, on each row I have 2 dropdown, one is populated from parent () ArrayCollection: dd1.dataProvider = parentDocument.ac1; (that is the one which locks in dd1ChangeHandler() when I do: data.dd1Id = dd1.selectedItem.dd1Id; There is a similar code in dd2ChangeHandler(): data.dd2Id = dd2.selectedItem.dd2Id; , but it doesn't lock second dropdown when user selects item. its dataprovider is populated from the database based on what user selected in dd1. Any clues what might be the issue and how to resolve it? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/DropDownList-in-DataGroup-tp9785p9796.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
