Hi,
I'm trying to get this code working, any help would be greatly appreciated.
<mx:DataGrid x="359" y="221" width="623" height="176">
<mx:dataProvider>
<fx:Object name="Garbage Collection" code="7777" hours="2"/>
<fx:Object name="Road Repair" code="8888" hours="6"/>
<fx:Object name="Lawn Maintenance" code="9999" hours="12"/>
</mx:dataProvider>
<mx:columns>
<mx:DataGridColumn headerText="Column 1" dataField="name"/>
<mx:DataGridColumn headerText="Column 2" dataField="code"/>
<mx:DataGridColumn headerText="Column 3" dataField="hours"/>
</mx:columns>
</mx:DataGrid>
I even don't have he header text in my columns ... I really don't understand.
Thank
Pierre