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.

