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

[flexcoders] Flex DataGrid with large recordset

2005-09-29 Thread sergei_tsoganov
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 reason?? How to make datagrid to scroll faster with 200 rows?

RE: [flexcoders] Flex DataGrid with large recordset

2005-09-29 Thread Mercer, Dustin
@yahoogroups.com Subject: [flexcoders] Flex DataGrid with large recordset 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