estoy asiendo un sistemas de ventas de productos, en cual estoy mostrando los productos en un:
<mx:DataGrid id="pan" x="4" y="42" width="376" height="172" dataProvider="{rmt.cotizacionADMINITRA.lastResult}" >
<mx:columns>
<mx:DataGridColumn headerText="Nombre" dataField="nombre"/>
<mx:DataGridColumn headerText="Descrpcion" dataField="descripcion"/>
<mx:DataGridColumn headerText="Precio" dataField="precio"/>
</mx:columns>
</mx:DataGrid>
y me gustaria si me pueden ayudar a colocar de otra forma los productos: Aqui le vas un ejemlo pagina
http://www.tiendanimal.es/
QUE PUEDO HACER, SOY NUEVO EN FLEX, gracias por su tiempo
