Consegui fazer, só to com um problema
os titulos da colunas não estão alinhados com os valores

<mx:DataGrid horizontalScrollPolicy="on" doubleClickEnabled="true"
dataProvider="{dados}"
width="100%" top="78" height="299.2" >
<mx:columns>
<mx:DataGridColumn headerText="" width="30" >
<mx:itemRenderer >
<mx:Component>
<mx:Canvas width="30">
<mx:CheckBox/>

</mx:Canvas>
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>

<mx:DataGridColumn >
<mx:headerRenderer>
<mx:Component>
<mx:Canvas width="30" backgroundImage="">
<mx:Grid x="10" y="20" width="100%" backgroundImage="">
<mx:GridRow width="100%" height="100%" backgroundImage="">

<mx:GridItem width="25%" height="100%" backgroundImage="" >
<mx:Label text="Nome"/>
</mx:GridItem>

<mx:GridItem width="25%" height="100%" backgroundImage="">
<mx:HBox width="100%" horizontalAlign="left" verticalAlign="middle"
height="100%">
<mx:Label text="Valor"/>
</mx:HBox>
</mx:GridItem>

<mx:GridItem width="25%" height="100%" backgroundImage="">
<mx:Label text="Data Termino"/>
</mx:GridItem>

<mx:GridItem width="25%" height="100%" backgroundImage="">
<mx:Label text="Status"/>
</mx:GridItem>

</mx:GridRow>
</mx:Grid>
</mx:Canvas>
</mx:Component>
</mx:headerRenderer>
<mx:itemRenderer >

<mx:Component>
<mx:Canvas width="30" backgroundImage="">
<mx:Grid x="10" y="20" width="100%" backgroundImage="">

<mx:GridRow width="100%" height="100%" backgroundImage="">

<mx:GridItem width="25%" height="100%" backgroundImage="">

<mx:Label text="{data.nome}"/>
</mx:GridItem>

<mx:GridItem width="25%" height="100%" backgroundImage="">
<mx:Label text="{data.valor}"/>
</mx:GridItem>

<mx:GridItem width="25%" height="100%" backgroundImage="">
<mx:Label text="{data.dataTermino}"/>
</mx:GridItem>

<mx:GridItem width="25%" height="100%" backgroundImage="">
<mx:Label text="{data.status}"/>
</mx:GridItem>

</mx:GridRow>

<mx:GridRow width="100%" height="100%" backgroundImage="">
<mx:GridItem width="10%" height="10%" backgroundImage="">
</mx:GridItem>

<mx:GridItem width="25%" height="100%" backgroundImage="">
<mx:Label text="asjdfhklshdfkashfaskldfklashfklashfdhaskl
kjjfasgdfgasjd jhgdfjasgdfjkasgd" color="#000000"/>
</mx:GridItem>

</mx:GridRow>
</mx:Grid>
</mx:Canvas>
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>

</mx:columns>
</mx:DataGrid>


On 25 out, 16:10, Andre Caetano <[EMAIL PROTECTED]> wrote:
> Ola pessoal preciso fazer meu data grid a cada registro tenha um linha
> mesclada .
>
> coluna01-----|------coluna02
> valor01-------|-------valor02
> sfsgfjgjasgdfjasgjdfasjd
>
> tem como fazer isso?


--~--~---------~--~----~------------~-------~--~----~
Você recebeu esta mensagem porque está inscrito na lista "flexdev"
Para enviar uma mensagem, envie um e-mail para [email protected]
Para sair da lista, envie um email em branco para [EMAIL PROTECTED]
Mais opções estão disponíveis em http://groups.google.com/group/flexdev
-~----------~----~----~----~------~----~------~--~---

Responder a