Hi, 
Iam writing an itemRendere by extending DataGridItemRenderer, and that 
itemRenderer changes the font style and background color of the cell (which is 
basically TextBox in this case). All other styles apply sucessfully except the 
background color, here is the CSS code iam using,

----------------------------------------
.dataGridCellGreen {
    background : true;
    backgroundColor: #CFF4C7;
    color:#FF0000;
    font-weight : bold;
}
----------------------------------------

can anyone plz identify the problem ..... thanks in advance....

Regards,
-J


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

Reply via email to