Initially the data comes up really fast...only when we try to scroll through it , the screen freezes.
The datagrid has almost 25 columns and 20 visible rows at a time --- In [email protected], "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > 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: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of newtoflexworld > Sent: Monday, February 12, 2007 7:31 PM > To: [email protected] > 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 [email protected] <mailto:flexcoders% 40yahoogroups.com> > , "Gordon Smith" <gosmith@> wrote: > > > > What is a "large amount" in your case? > > > > - Gordon > > > > ________________________________ > > > > From: [email protected] <mailto:flexcoders% 40yahoogroups.com> > > [mailto:[email protected] <mailto:flexcoders% 40yahoogroups.com> > ] On > > Behalf Of newtoflexworld > > Sent: Monday, February 12, 2007 2:05 PM > > To: [email protected] <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 > > >

