Paul,

Check out Mike Nimer's Blog:
http://www.mikenimer.com/index.cfm/2006/10/3/BackgroundRowColor-DataGrid-component

-Jun

--- In flexcoders@yahoogroups.com, "paulwelling" <[EMAIL PROTECTED]> wrote:
>
> Hello Sanjay,
> 
> Thanks for the response...  I should have been much more explicit in
> my question.  Sorry.
> 
> I'm trying to set the background color for any given row in a datagrid
> based on some criteria in the row itself.
> 
> I'm sure this has been done hundreds of times before but can't seem to
> find a concise and elegant way of doing this.
> 
> Thanks again,
> Paul
> 
> 
> --- In flexcoders@yahoogroups.com, "sanjaypmg" <sanjaypmg@> wrote:
> >
> > Hi Paul,
> > 
> > You can color DataGrid Rows by using the following:
> > 
> > DataGrid {
> >    alternatingItemColors: #00cccc, #cc66cc;
> > }
> > 
> > Thanks,
> > Sanjay
> > 
> > --- In flexcoders@yahoogroups.com, "paulwelling" <pwelling@> wrote:
> > >
> > > Hello,
> > > 
> > > I'm sure I've missed it, but is there a straight forward way to
color
> > > the background of a DataGrid row..?
> > > 
> > > Thanks for the info,
> > > Paul
> > >
> >
>


Reply via email to