Re: [flexcoders] Flex DataGrid with large recordset

2005-10-04 Thread Fabrice closier
don't fill it with 190 records Split your data first en offer a way to page the data next to your datagrid. On 29-sep-2005, at 11:24, sergei_tsoganov wrote: > When I first loaded my flex datagrid with 190 records I was really > disappointed in flex. It was almost impossible to scroll tha gr

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:   The scroll will act chunky. Turn on variable height and column wrapping, a few more columns, some that are cellrenderer based, and you can easily get to a point where

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

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: flexcode