"dataField="name" should work. What do you see when you do that?"

 

And perhaps you should post the DataGrid declaration code.

 

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of myasandy2
Sent: Monday, October 15, 2007 10:00 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: ArrayCollection of Objects as data provider
for DataGrid

 

That trace statement does work - the problem is getting that in the 
datagrid. What shows in the datagrid is: SchoolsAC.

How do I get inside that to the property of the School?

Thanks
Sandy

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> If
> for (var i:int = 0; i < SchoolsAC.length; i++)
> trace(SchoolsAC.getItemAt(i).name)

> will list out all of the names, then

> dataField="name"

> should work. What do you see when you do that?

 

Reply via email to