Truncated datagrid column in Flex
By Gerben Robijn on Oct 24, 2007 in Actionscript 3, Charting, Featured, Flex | comments(10)
I was looking for a way to get some of my datagrid fields nicely truncated because some where to long but also because the window is completely scalable. Since I had to use itemrenders anyway I thought I just could set the truncateToFit property of a label in an itemrender. But when the datagrid is resized it does not automaticly resize the renders.
So this is what I came up with: Continued






