--- In [email protected], "turbo_vb" <timh...@...> wrote: > > One thought, since you're taking about a style, is to assign a styleName to > the itemRenderer and update the backgroundColor style of the StyleDeclaration > when the user changes the color. You may need to override the styleChanged() > method the itemRenderer, to handle the update.
Also, depending on what your renderer is _in_, you could use the TileList_withStyle or DataGrid_withStyle, which are List based components that have an implementation of styleFunction based on the AdvancedDataGrid code. HTH; Amy

