Unless you need DataGrid functionality like resizable, reorderable columns and sorting, don't use DataGrid for the outer container. Use Repeater instead.
Tracy ________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Tuesday, March 11, 2008 12:10 PM To: flexcoders@yahoogroups.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