Is it slow to show the data initially, or slow to scroll through it?
 
How many columns does your DataGrid have?
 
How many visible rows does it have?
 
- Gordon

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of newtoflexworld
Sent: Monday, February 12, 2007 7:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Urgent: Is there an upperlimit to Flex plugin
memory ?



Around 5000 rows from the DB (25 columns per row) ....and pagination 
is not an option for the application...we need to display all the 
data at a time...this results in slow traversal through the datagrid..

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Gordon Smith" <[EMAIL PROTECTED]> wrote:
>
> What is a "large amount" in your case?
> 
> - Gordon
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>

[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of newtoflexworld
> Sent: Monday, February 12, 2007 2:05 PM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] Urgent: Is there an upperlimit to Flex plugin
> memory ?
> 
> 
> 
> Hi All,
> 
> I am trying to display a large amount of data in a datagrid and the
> performance takes a dip as the number of data increases.
> 
> I want to know if there is an upper limit to the memory that can be
> used by the Flex plugin? Also if such a limit exists , is it 
possible
> to increase that limit so that my application can handle more data
> volume.
> 
> All the data is being displayed is directly linked to the 
dataprovider
> of the datagrid and is not being stored locally anywhere else in the
> application.
> 
> Please help
> 
> Thanks in advance
> 
> Sweta
>



 

Reply via email to