Re: [flexcoders] Re: dataGrid column witdths

2006-05-01 Thread Chris Scott
Well, I'm not using any custom cell renderers on this one. Also, unfortunately with the data I am displaying, wrapping the text is no good. There are around 20+ columns of pretty small data, like dollar amounts and such. So I need to think of a solution for autosizing. Thanks though! Chris Scott[EM

[flexcoders] Re: dataGrid column witdths

2006-05-01 Thread Tim Hoff
If you are using cellRenderers (like a text control), I beleive that you can not set the width of the text field and the column should adjust.  As an alternative, you can set the variableRowHeight property of the grid to true.  This will produce multi-line rows if the cell contents are large