Re: RES: [flexcoders] Pagination? Where?

2006-10-25 Thread fabio.flex
Spratt Enviada em: terça-feira, 24 de outubro de 2006 16:56 Para: flexcoders@yahoogroups.com Assunto: RE: [flexcoders] Pagination? Where? better performance and user-interface issues. This is still too broad a goal to address very successfully. There are many causes

[flexcoders] Pagination? Where?

2006-10-24 Thread Fabio Barreiro
Is it possible to do pagination on a large Datagrid? Is there an example available? __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Pagination? Where?

2006-10-24 Thread Tracy Spratt
: [flexcoders] Pagination? Where? Is it possible to do pagination on a large Datagrid? Is there an example available? __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

RES: [flexcoders] Pagination? Where?

2006-10-24 Thread Fabio Barreiro
Enviada em: tera-feira, 24 de outubro de 2006 14:07 Para: flexcoders@yahoogroups.com Assunto: RE: [flexcoders] Pagination? Where? Can you be more specific about what you want to do? pagination can mean many things. Tracy From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Pagination? Where?

2006-10-24 Thread Tracy Spratt
[mailto:flexcoders@yahoogroups.com] On Behalf Of Fabio Barreiro Sent: Tuesday, October 24, 2006 12:28 PM To: flexcoders@yahoogroups.com Subject: RES: [flexcoders] Pagination? Where? Tracy For example.. Lets say I have a 500 rows data I want the DataGrid to show 100 rows

RES: [flexcoders] Pagination? Where?

2006-10-24 Thread Fabio Barreiro
@yahoogroups.com] Em nome de Tracy Spratt Enviada em: terça-feira, 24 de outubro de 2006 14:40 Para: flexcoders@yahoogroups.com Assunto: RE: [flexcoders] Pagination? Where? Where are your 500 rows of data? Already on the client or still on the server? In other words, is the problem you

Re: [flexcoders] Pagination? Where?

2006-10-24 Thread Paul Andrews
@yahoogroups.com Sent: Tuesday, October 24, 2006 5:49 PM Subject: RES: [flexcoders] Pagination? Where? 500 rows of data was just an example. Some queries on my database may return as high as 1 rows. I’m using ASP pages as the back-end. So pagination would

RE: [flexcoders] Pagination? Where?

2006-10-24 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Pagination? Where? Surely this is up to you and your back-end code rather than flex? Get the Flex application to request 'page 1' and let your backend code just return a 'page' of data. How you do that is up to you. Paul