With version 1.0 of Xceed Grid for .NET it is not possible to make the InsertionRow insert its datarow programmatically.
As of version 1.1, the BeginEdit and EndEdit methods have been moved to the CellRow class rather than only the DataRow class meaning that you will only need to call the EndEdit method on the InsertionRow to commit the row.
Imported from legacy forums. Posted by Xceed admin (had 1504 views)