Dear all,

         i have need to change the row color after the one of the cell
have been edit. people says that it can use

     dg.setPropertiesAt(2, {backgroundColor:0xFF0000});

         i find it work ^_^, but i have also add other properties by

1) dg.setPropertiesAt(2, {backgroundColor:0xFF0000,color:0xFFFFFF});

2) dg.setPropertiesAt(2, {backgroundColor:0xFF0000});
   dg.setPropertiesAt(2, {color:0xFFFFFF});

3) updated_style.backgroundColor = "0xFF0000";
   updated_style.color             = "0xFFFFFF";
   updated_style.fontStyle       = "italic";
                       
   dg.setPropertiesAt(2,updated_style);

only the backgroundColor change , is that any method?

thx
capho






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to