I must have deeper issues. Even creating a brand new instance of UnitVO, as you have below, I still get empty rows.
If I explicitly specify a dataProvider subordinate to the DataGrid tag it'll populate the grid but I still can't add new rows on the fly. All of the documentation and examples only show binding a dataProvider, not adding items dynamically so it's just no help. --- In [email protected], "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > That ought to have done it. You can try the following to verify the > basics, and then check to see if your copy() and/or clone() functions > have a bug. > > var newUnit:UnitVO = new UnitVO( ); > newUnit.someProp = someValue; > ModelLocator.currentDeal.addUnit( newUnit ); -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

