As a side note, taking a step back, why would you want to present that
many records at a time to the user? It seems anything above a few
hundred is overly cumbersome to wade through, and should perhaps instead
be filtered further. No?
Jason Merrill
Bank of America
GT&O L&LD Solutions Design & Development
eTools & Multimedia
Bank of America Flash Platform Developer Community
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui
Sent: Saturday, February 09, 2008 11:12 PM
To: [email protected]; [EMAIL PROTECTED]
Subject: RE: [flexcoders] DataGrid limit on amount of records or
data?
The only limit should be the amount of memory, not some number.
What problem did you see when you got above 5000?
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Luke Vanderfluit
Sent: Saturday, February 09, 2008 4:36 PM
To: [email protected]; [EMAIL PROTECTED]
Subject: [flexcoders] DataGrid limit on amount of records or
data?
Hi.
Im using flex with a hibernate backend.
I have tables in a db that Id like to show using Datagrid.
I have done tests and found that there is a limit to the number
of
records shown in the datagrid.
Is this a limitation of the datagrid?
How do I get around this?
I currently am able to show around 5000 records.
When I have tables of say 10000 or 100000 records, how do I show
them?
Thanks.
Kind regards.
Luke.