AD
Administrator
Syncfusion Team
May 13, 2005 11:11 AM UTC
If the grid/dataview has not been sorted, the new row would be the last row in the grid (except for possibly the ''AddNew" row if you have one). So, you could call grid.CurrentCell.MoveTo passing it either grid.Model.RowCount - 1 or grid.Model.RowCount depending upon whether you have a addnew row displayed. You can test grid.Binder.AllowAddNew to see whether the grid has an addnew row or not.