--- In flexcoders@yahoogroups.com, "Dana Gutride" <[EMAIL PROTECTED]> wrote: > > I think I've got an answer. > > After the columns are added, I had to include a call to validateDisplayList > for the datagrid. That seemed to clear up this problem. Maybe this will > help somebody else so they don't have to spend 3 hours researching this one. > > myDataGrid.validateDisplayList(); > > Dana > > On 1/19/07, Dana Gutride <[EMAIL PROTECTED]> wrote: > > > > Does anybody have a workaround for this bug? > > > > Thanks, > > Dana > > > > On 1/16/07, Jim Robson <[EMAIL PROTECTED] > wrote: > > > > > > They don't generally respond unless they need some clarification from > > > you. > > > > > > --- In flexcoders@yahoogroups.com <flexcoders% 40yahoogroups.com>, > > > "michael_ramirez44" > > > <michael_ramirez44@> wrote: > > > > > > > ... > > > > I have submitted this bug via the WishForm on Jan 10 but I have not > > > > recieved any response back not even an auto-response. Is there another > > > > > > > place I can submit bugs? > > > > > > > > Michael Ramirez > > > > > > > > > > > > > > > > > >
I applied your fix to the example application I had posted and it fixed the problem. I tried to apply the same fix to my code and it didn't work. I think it might be the placement of the validateDisplayList() call. We are making progress :)