AD
Administrator
Syncfusion Team
March 29, 2004 07:30 AM UTC
Before doing the code to add the new row, call this.grid.Binder.EndEdit() to tell the grid to save any open changes. You also may want to first call this.grid.CurrentCell.EndEdit() if you are alolowing teh user to type into the grid to add the new values.
Or, you can just add the row directly to the DataSource and not use the grid at all.