Hi all,

I'm interested to display a column in ADG and the field is a nested property.

<item>
  <id>1</id>
  <foo>1</foo>
  <Bar>
    <id>2</id>
    <name>test</name>
  </Bar>
</item>


What do I want? I want baz to be displayed... I tried this:

<mx:AdvancedDataGridColumn headerText="Bar" dataField="Bar.name"/>


But it only displays the first level items (foo in my example) on screen.
Any ideas how to solve it (I cannot change the XML structure - it's
automatically generated by ORM tool)?



Regards,

-- 
Guilherme Blanco - Web Developer
CBC - Certified Bindows Consultant
Cell Phone: +55 (16) 9166-6902
MSN: [EMAIL PROTECTED]
URL: http://blog.bisna.com
Rio de Janeiro - RJ/Brazil

Reply via email to