Hi,
is there any way to write back a new added row to the datasource (DataTable) before the user leaves the AddNewRow?
That the underlying DataTable gets the event "RowChanged".
Regards
Yes, you can force the row to be comitted to the underlying data source by calling the Update method on the row. You can force an update on the entire grid by calling grid.UpdateData.