RE: [flexcoders] DataGrid cell edit and Row color problem

2006-05-22 Thread Karl Johnson
I assume you are not using Flex 2 as I am pretty sure setPropertiesAt is no longer supported. But even in 1.5, setPropertiesAt can only be used to set a very small amount of styles/properties. Color I know is not one of them. You can set backgroundColor, icon and maybe one or two others.

RE: [flexcoders] DataGrid cell edit and Row color problem

2006-05-22 Thread stacey
I think you need to have your renderer implement one of the interfaces like mx.controls.listClasses.IDropInListItemRenderer but not 100 percent sure. it might give you somewhere to look.. I assume you are not using Flex 2 as I am pretty sure setPropertiesAt is no longer supported. But