A repeater is simply a way to instantiate components based on a dataProvider. Really it just handles the details of using addChild, removeChild, and some other messy stuff.
The functionality is dependent on the custom component you create to repeat, that would be your "column", and the container in which you place the repeated components. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, March 11, 2008 2:55 PM To: [email protected] Subject: [flexcoders] Re: Very complex datagrid Will I be able to scroll these Repeaters horizontally? --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Unless you need DataGrid functionality like resizable, reorderable > columns and sorting, don't use DataGrid for the outer container. Use > Repeater instead. > > Tracy > > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of markgoldin_2000 > Sent: Tuesday, March 11, 2008 12:10 PM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Very complex datagrid > > > > I am about to start developing a complex datagrid where a column would > consist of a header and two datagrids one on a top of another. Both > column grids will have two columns and just a few rows. Reason I am > thinking to use a complex grid is because a number of columns is going > to by vary. Something between 1 and 5. Any ideas what to start from are > welcome. > > Thanks >

