Re: [flexcoders] Ellipsis in Advanced datagrid(in flex)

2009-04-02 Thread Adrian Williams
Hey there, You'll want to use the truncateToFit property of the item renderer ClassFactory. var rendererFactory:ClassFactory; rendererFactory = new ClassFactory(Label); rendererFactory.properties = { truncateToFit: true, styleName: cellText }; column.itemRenderer =

[flexcoders] Ellipsis in Advanced datagrid(in flex)

2009-04-01 Thread senthilkumarirtt
hi i want to implement the ellipsis concept in Advanced datagrid in flex to avoid truncation of lengthy name of data.