Well, if you think about it, that makes sense. Where is the "empty" row when the rows overflow the height of the DataGrid container?
Either add and maintain a "pseudo" item in the dataProvider (which appends a new Object when edited), or add some button/widget near your DataGrid which appends an Object to the dataProvider, forces an update, selects & focuses the new row, goes into edit mode, and focuses the first DataGridColumn. --- In flexcoders@yahoogroups.com, "Mark Ingram" <[EMAIL PROTECTED]> wrote: > > No, that just allows you to edit data that is currently entered (it > doesn't allow you to enter new data in an empty row). > > Cheers, > > Mark