[flexcoders] DataGrid Performance issue

2007-11-21 Thread jitendra jain
Hi guys, I have 200 rows and 32 columns on datagrid. I have changed my dataProvider on the basis of IndexChangedEvent . I get this data from shared object(Local). Is this a performance issue with dataGrid or SharedObject? I even tried to put this data into memory. Even thought it is taking

Re: [flexcoders] DataGrid Performance issue

2007-11-21 Thread Scott Melby
I can say that most of the performance issues I have seen from DataGrid have come from 2 places. 1) Heavy renderers: This is by far the worse of the two issues. If you are using things like HBox, VBox, etc. in your renderers the grid will render slowly. 2) Inefficient data provider. This is