Re: [flexcoders] Flex DataGrid with large recordset

2005-10-02 Thread Manish Jethani
On 9/29/05, sergei_tsoganov [EMAIL PROTECTED] wrote: When I first loaded my flex datagrid with 190 records I was really disappointed in flex. It was almost impossible to scroll tha grid or resize it. It seems like flex components are much slower than even flash components. What is the

Re: [flexcoders] Flex DataGrid with large recordset

2005-10-02 Thread Tariq Ahmed
I have always had list performance issues. Flash 8 helped a bit. But to reproduce just change your datagrid tag to this: mx:DataGrid creationComplete="event.target.dataProvider = largeArray" height="100%" The scroll will act chunky. Turn on variable height and column wrapping, a few more

RE: [flexcoders] Flex DataGrid with large recordset

2005-09-29 Thread Mercer, Dustin
Try adding liveScrolling=false to the datagrid. That will make the datagrid scroll without redrawing as it is scrolling. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sergei_tsoganov Sent: Thursday, September 29, 2005 2:24 AM To: