Hi all,
I'm seeing a huge performance degradation while using custom item
renderer with a datagrid. My datagrid is using a custom item renderer
for all its column. And even if my item renderer does nothing more
than :
public override function data(value:object)
{
super.data = value;
}
I'm still seeing a few more seconds delay compared to not using custom
item renderers for a data set of 50 rows or more.
Just wondering if this is a known issue with flex due to heavy graphic
rendering? Any pointers on how to speed things up a little bit? Thanks.
Ban