RE: [flexcoders] How to create Pageable RecordSets in DataGrid?

2006-10-11 Thread Mike Anderson
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of EECOLORSent: Tuesday, October 10, 2006 2:32 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to create Pageable RecordSets in DataGrid? Hello, you could put the whole dataprovider into the grid and hide the scrollbar

[flexcoders] How to create Pageable RecordSets in DataGrid?

2006-10-10 Thread Mike Anderson
Hello All, Are there any quick examples, or other pieces of information, that can give me a jumpstart on how to create Pageable RecordSets? My goal is to have a DataGrid with around 20 records maximum, and then provide a RecordSet Navigator in which the user can see the Previous 20 or Next 20

Re: [flexcoders] How to create Pageable RecordSets in DataGrid?

2006-10-10 Thread EECOLOR
Hello, you could put the whole dataprovider into the grid and hide the scrollbar. Then provider your own controls for setting the scroll position. I think that would give you the best results. Behind the screens the datagrid will render only the visible entries, so its actually allready doing

RE: [flexcoders] How to create Pageable RecordSets in DataGrid?

2006-10-10 Thread Matt Chotin
, consider FDS which has implicit paging built right into it which also works with CF J From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mike Anderson Sent: Tuesday, October 10, 2006 11:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to create