DIGG IT!
7
Comments
Published
Wednesday, February 23, 2005
at
4:00 AM
.
There is an error in the V2 DataGrid CellRenderer that makes using components within the dataGrid problematic. Here is the fix.&
Ted on Twitter - @AdobeTed
Ted on Adobe Groups
Ted on LinkedIn
Ted on Facebook
Ted at Adobe
If you wanted to get fancy here you could also add in pixel snapping for cell content using Math.round. Cheers, ted ;)
Actually make that Math.floor since that is what is used for the drawing API calls in drawing the background.
Yeah, we got this bug for the Flex release, AFAIK. Good catch.
nig
Thanks Nigel. Cheers, Ted ;)
Thanks, this bug was driving me up the wall :)
Would this be the same as working with a listcomponent? I've got a list that has a cellrenderer with a loader component in it, and it starts off as halfway down the item; upon a rollover it fixes itself.
Gary,
That sounds like the exact error.
Ted ;)