[flexcoders] e4x data question

2006-08-23 Thread Richard Hughes
With the code below, how come I can not use a datagrid like below without an error? Why is data.name working in TileList but not for a DataGrid? HELP :) { mx:DataGrid dataProvider={xlc} mx:columns mx:DataGridColumn

[flexcoders] e4x data question

2006-08-23 Thread richardhughes260
With the code below, how come I can not use a datagrid like below without an error? Why is data.name working in TileList but not for a DataGrid? HELP :) { mx:DataGrid dataProvider={xlc} mx:columns mx:DataGridColumn dataField={data.name} headerText=Name/ mx:DataGridColumn