I would imagine something like that would be possible if you had
a custom renderer that wasn’t hooked up to handle wordwrap properly. I don’t
recall such an issue with default renderers, but I’m not sure which version you
are referring to.
From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of aceoohay
Sent: Thursday, November 20, 2008 9:12 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Datgrid wordWrap="true" with
variableRowHeight="true" issue
We have a datagrid (v1.01 as3) that has
variableRowHeight="true" and
variableRowHeight="true", when the first row of the datgrid has
enough
data to cause a wrap, then all other rows work fine. However if the
first row does not cause a wrap then no other rows wrap.
I tried searching to see if anyone else reported this behavior and
can't find anyone talking about it.
Has anyone here encountered this problem, and is there a solution?
Paul