The gridlayout behaves like an HTML table: check the help for mx.containers.Grid,mx.containers.GridItem & mx.containers.GridRow
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Webdevotion Sent: maandag 15 januari 2007 15:52 To: [email protected] Subject: Re: [flexcoders] Can we some how create HTML table in Flex Try using the <mx:datagrid> tag. It'll generate a table for you, just like in html. If you want to display pictures etc in your datagrid, you will have to define your own datagrid cellrenderer.

