Re: When to Update() a database from datagridview



I haven't been able to find the answer to this one anywhere. I want to
automatically update the underlying database when the user modifies the
table
associated with a datagridview. I tried both CellLeave and RowLeave to
call
Update(), but neither works well. Some info in the grid doesn't appear in
the
database. What is the appropriate event to hook in a datagridview, so that
the changes are automatically saved through to the database?

You also might find this FAQ useful
http://www.syncfusion.com/faq/windowsforms/Default.aspx
Scroll down to section 4 and 5

Stephen Howe


.