Hi,

The biggest performance culprits with a DataGrid, or any of the ListBase
components, is the itemRenderers and the size of the dataProvider.  You
can optimize the itemRenderers by using UIComponent; see Alex's blog. 
And depending on how many items are in the dataProvider, you could see
performance issues there as well.  If you are performing any
calculations you might look at ways to tighten up the code.  With a one
second refresh, you might be asking too much of the UI.

-TH

--- In flexcoders@yahoogroups.com, Fu Di <[EMAIL PROTECTED]> wrote:
>
> hi everyone, i used dataGrid to display a list of real time data. when
i finished it, i found it is slow.
> the DataGrid has 13 DataGridColumns, every column almost nest a
ItemRenderer. i had to do this to meet the requirements of pattern.
> the data update every second, and i need to change the componentsĀ¢
style in some columns following the data. as i know these two aspects
> will cost large calculation.
>
> who konws how to optimize it or other ways to achieve.
>
> thanks
>



Reply via email to