Is there a lightweight datagrid alternative in Flex ?

Posted by Wayne on Stack Overflow See other posts from Stack Overflow or by Wayne
Published on 2009-04-08T08:28:51Z Indexed on 2010/04/11 17:33 UTC
Read the original article Hit count: 246

Filed under:
|
|

What is the most performant way of displaying a table of data in Flex?

Are there alternatives to the native Flex Datagrid Component? Alternatives that are noted for their rendering speed?

Are there other ways to display a table?

I have a datagrid with roughly 70 lines and 7 columns of simple text data. This is currently created and loaded in memory. This is being refreshed rapidly (about 800 msec) and there is a slight lag in other animations when it is rendering the table... So I am trying to cut down this render time.

© Stack Overflow or respective owner

Related posts about flex

Related posts about datagrid