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 [email protected], "sanjaypmg" <[EMAIL PROTECTED]> wrote: > > Hi Paul, > > You can color DataGrid Rows by using the following: > > DataGrid { > alternatingItemColors: #00cccc, #cc66cc; > } > > Thanks, > Sanjay > > --- In [email protected], "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 > > >

