Nope, and that was exactly what I was looking for. Thanks! It is not as elegant as in mxml, but if I wanted to bind a collection to a datagrid, this appears to get the job done:
BindingUtils.bindProperty(myDataGrid, "dataProvider", MyModelLocator.getInstance(), "myCollection"); --- In [email protected], "Roman Protsiuk" <[EMAIL PROTECTED]> wrote: > > Tried BindingUtils class? > > R. > > On 2/21/07, hartws1 <[EMAIL PROTECTED]> wrote: > > > > I'm aware that the syntax in mxml is: > > > > dataprovider = "{ myArray }" > > > > What is (or is there) an equivalent way to perform the same function > > in actionscript? > > > > Thanks in advance for any insight. > > > > > > >

