[flexcoders] Re: right align the gridcolumn text

2011-10-25 Thread bhaq1972
Thanks I went for Option 1 (using a custom item renderer) only because I couldn't get Option2 (extend ClassFactory) working. --- In flexcoders@yahoogroups.com, "turbo_vb" wrote: > > ClassFactory doesn't support setting styles; they're different than > properties. You can get around this by e

[flexcoders] Re: right align the gridcolumn text

2011-10-24 Thread turbo_vb
ClassFactory doesn't support setting styles; they're different than properties. You can get around this by either: 1) use a custom item renderer that has a styleName or css selector. 2) extend ClassFactory to support setting styles on the item renderer instances. See com.blogagic.core.UICompo