Hi All,
Few days back I was facing issues with Flex Data Grid text wrap problem. Despite we have a property called “wrodWrap” on data grid, But unfortunately it doesnt work the way it suggest.
After navigating through the mx:DataGrid and GridColumn properties on Adobe API’s, I came across
variableRowHeight=true which we have to set while using “wordWrap”.
[Note] This is not mentioned in the Adobe’s API documentation.
<DataGrid dataProvider=”{listData}” width=”100%″ height=”200″ wordWrap=”true” variableRowHeight=”true” />
Hope this helps.
—
Thanks
R Vashi
Advertisements
I would thank for your post.
Great job man!! Thanks for sharing.
Thanks!! Sridhar.
Hi Vashi, Thanks a lot for this posting , this was a grt help for me.