RE: [flexcoders] Re: Flex 4....Large recordset...how much is too much?

2010-03-16 Thread Battershall, Jeff
@yahoogroups.com Subject: Re: [flexcoders] Re: Flex 4Large recordset...how much is too much? Can you reproduce your problem in a simple test case? You say you aren't bringing down the full data set all at once so unless your data records are really big or you are trying to make the datagrid really

Re: [flexcoders] Re: Flex 4....Large recordset...how much is too much?

2010-03-16 Thread Angelo Anolin
iloveyouwiscon...@yahoo.com To: flexcoders@yahoogroups.com Sent: Mon, 15 March, 2010 17:32:33 Subject: [flexcoders] Re: Flex 4Large recordset...how much is too much? We have a need for that in our project. I will say that much w/out giving away the idea. The question, though, is why is Flex

Re: [flexcoders] Re: Flex 4....Large recordset...how much is too much?

2010-03-15 Thread Alex Harui
Can you reproduce your problem in a simple test case? You say you aren’t bringing down the full data set all at once so unless your data records are really big or you are trying to make the datagrid really “tall” so it can display without scrollbars, I wouldn’t expect you to run out of memory.

Re: [flexcoders] Re: Flex 4....Large recordset...how much is too much?

2010-03-14 Thread Jeffrey Vroom
Back when I was at Adobe, I had a demo which did paging with 60K records in the query being scrolled. It probably could have done more if I tried since it was doing everything incrementally, though I'll admit the experience was not perfect, particularly if you moved the thumb too quickly. This