Rich,
Specify color="#000000" in the MXML code ... either in the mx:Datagrid
or in the mx:DataGridColumn (if you want each column to be a different
color)
It should work ...
Sree
Rich Tretola wrote:
This is my css style for the grid which makes the header color and
text the way I want it, but it also makes the grid text white, how can
I get the actual data text to be another color? I tried using both
the DataGridRow and DataGridColumn declarations but it doesn't effect
it:
DataGrid {
alternating-row-colors:#FEFEFE,#EFF3F6;
header-colors:#141C5A,#829194;
border-style:solid;
border-color:#CCCCCC;
v-grid-line-color:#CCCCCC;
roll-over-color:#D7E4E9;
color:#FFFFFF;
font-size:10px;
font-weight:normal;
text-indent:4;
}
Tried adding the following to my css file.
DataGridColumn {
color:#000000;
}
DataGridRow {
color:#000000;
}
Rich
On 5/12/05, Matt Chotin <[EMAIL PROTECTED]> wrote:
>
>
>
> headerStyle I think (Available on both DataGrid for all columns and
> DataGridColumn for individual).
>
>
>
> ________________________________
>
>
> From: [email protected]
[mailto:[email protected]] On
> Behalf Of Rich Tretola
> Sent: Thursday, May 12, 2005 6:48 PM
> To: [email protected]
> Subject: [flexcoders] Style Question
>
>
>
>
> What is the css property for changing the color of the header text
of
> a datagrid ? When I change the color property, it changes the
header
> text but also changes the grid text color which is not what I
need. I
> need the 2 text colors set differently.
>
> Rich
>
>
> ________________________________
> 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 the Yahoo! Terms of
Service.
Yahoo! Groups Links
|
- Re: [flexcoders] Style Question Sreejith Unnikrishnan
-