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 [email protected], "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