Does the Datagrid row have a 'labelFunction' or 'cellRenderer' in it? These force an update the DataGrid when the cursor of over the DataGrid content. The datagrid might be doing a ton of work as you draw a pop-up panel over the datagrid.
Also tracing anything in labelFunction is a good way to drop your framerate to 1-2 fps. I have seen this happen time and time again in V2 controls. Ted ;) > We are seeing very poor frame rates opening popup panels on top of > data grids. Anyone else have this issue and any way to improve the > performance? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

