There are two ways to save edited grid data. You can trap UserAddingRow, UserDeletingRow, and the CellEndEdit event.
The other way is to put a save button on the form and loop through the grid's data source as show below and make the CRUD changes enmasse.