Perhaps your DataGrids are inheriting some styles from the new containers. Since the header is showing a rollover, it's probably not an enabled issue. Try setting the styles directly on the DataGrid tag; to see if it is an inheritance issue and/or to isolate the problem. You want to make sure that useRollOver="true", selectable="true", and that rollOverColor and selectionColor isn't the same as the backgroundColor. You might also check to see if any new CSS has been introduced; that has settings for DataGrid.
-TH --- In [email protected], "Jason Nichols" <jason...@...> wrote: > > I guess I didn't put down. There is still data in every row of the > datagrid, however the only row that displays a rollover effect is the > header row. > > --- In [email protected], Alex Harui aharui@ wrote: > > > > No data or dataProvider is null or empty? > > > > Alex Harui > > Flex SDK Developer > > Adobe Systems Inc.<http://www.adobe.com/> > > Blog: http://blogs.adobe.com/aharui > > > > From: [email protected] [mailto:[email protected]] > On Behalf Of Jason Nichols > > Sent: Monday, February 16, 2009 6:50 AM > > To: [email protected] > > Subject: [flexcoders] Datagrid not displaying selected item or > rollover color any more. > > > > > > I've searched around and have yet to find an answer for this question. > > Perhaps I'm just phrasing it incorrectly. > > > > I have a Flex app that until recently performed as expected. The Tab > > is a class that Extends from FlexLib MDICanvas. Tabs are put into a > > FlexLib SuperTab. I've gotten everything to work in production, so I > > feel the issue doesn't have anything to do with use of FlexLib. > > Either I've added something to my code base, or changed a setting > > because with the exception of one subtab, every single datagrid on > > every single tabbed page (8 in all) only shows the header row for each > > datagrid. Has anyone ever seen this before? > > > > Thanks, > > j > > >

