The second issue i mentioned has been resolved. There was a problem with the itemRenderer causing it not to refresh properly when the list was scrolling. Basically, I was setting adding the renderer child elements onCreationComplete .. for some reason this didn't refresh properly when scrolling .. don't know why. The solution was to include the child elements in mxml.
The issue with Drag n Drop still exists, so if anyone has any tips on this it would be appreciated. ;) On 18/12/2007, Jason Sheedy <[EMAIL PROTECTED]> wrote: > Hi guys. I haven't posted to flex coders much, so this issue may have > already been discussed. Please forgive me, but I couldn't find any > information on it online. > > I've found a couple of strange issues with AdvancedDataGrid in Flex 3 beta 3. > > 1. Drag 'n' Drop just doesn't seem to work. I have two ADG's and > enable d n d on both of them. The api says it's supported, but it's > not working for me. > > 2. My data grid uses a grouped column and a value column that uses an > item renderer to display it's content. It works ok it the list is > short, but after adding more elements to the list and branching it out > so that the scroll bar appears, all of the items in the value > (itemRenderer) column seem to go out of order.. In looking at the > underlying arrayCollection the data itself is still grouped/ordered > properly, but in the display the items are out of sync .. it seems as > though the view isn't refreshing properly. > > Any ideas? > > -- > Jason Sheedy > www.bytespring.com > www.jmpj.net > --------------------------------------------------------------------------------------------- > --------------------------------------------------------------------------------------------- > -- Jason Sheedy www.bytespring.com www.jmpj.net --------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------

