Hi All,

I'm working with hierarchical data in the advanced datagrid component.

what i want to be able to do is display a small icon next to some text in
one of the columns.

here's my mxml:

<mx:AdvancedDataGridColumn dataField="@name" headerText="My Header"
sortable="false" minWidth="400"  >
 <mx:itemRenderer>
<mx:Component>
<view:MyCustomColumnRenderer  someLabelText="{data.@name}"
fieldStatus="{data.@somefield}" />
 </mx:Component>
</mx:itemRenderer>
</mx:AdvancedDataGridColumn>


i omitted the columns tag for brevity, but this gives you a very general
sense of what i'm trying to do.

what happens is that the image i'm trying to display (in the
columnrenderer) doesn't display except for the last row after i expand it's
node.

Can anyone shed light on why it's not rendering properly?

Thanks

percy

-- 
  .             :               .
  [ p e r c e p t i c o n ]
  . _ _ _ _ _ _ _ _ _ _  .

Reply via email to