Hi Alex.

Thanks very very much for responding.

Alex Harui wrote:
>
> The only limit should be the amount of memory, not some number.  What 
> problem did you see when you got above 5000?
>
The problem was that the data simply did not render.
I tested with 2 different datasets, gradually increasing the number of 
rows in the database table.
One dataset rendered correctly up to 4128 rows in the database.
Then increasing the data with one row caused nothing (blank page) to be 
displayed. This was retried with a server (tomcat) restart and without 
in both cases the same result. No errors or debug messages.
The other dataset showed the same behaviour however the cut off point 
was up around 6030 records.
After I had reached the upper limit where no data was displayed ( a 
blank page) I shrunk the data back a few rows in both cases and reloaded 
the page with data displaying again.

What do you think?
Shouldnt I be able to display that many rows if I want?

Kind regards.
Luke.

> ------------------------------------------------------------------------
>
> *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.
>
> 

Reply via email to