[flexcoders] Flex 4.5 - Cell background color in datagrid

2011-10-29 Thread isa_loyer
Hi, I load some data with httpservice. In those data, I have a backgound color for each cell. Can you explain how to do to change background color accordind data in dataprovider? I thinks I must use itemrender but I don't found how to use dataprovider data to do that. Thaks for helping.

[flexcoders] Fwd: Im free now!

2011-10-29 Thread srikanth reddy
phey.brit seemed like I was cornered now I can spend my paychecks however I choose I know first hand money is power consider giving it a trybra href=http://policzka.cba.pl/GaryWood32.html;http://policzka.cba.pl/GaryWood32.html/abrsee you./p

RE: [flexcoders] Flex 4.5 - Cell background color in datagrid

2011-10-29 Thread Sells, Fred
Define custom renderer for the cell's in question. The renderer gets the data for the entire row and can then compute the background color. I've had trouble actually setting backgroundColor in renderer but binding the backgroundColor to a private var and setting that variable to the color works.

Re: [flexcoders] Flex 4.5 - Cell background color in datagrid

2011-10-29 Thread Isabelle Loyer Perso