Saving Edits Made to the Grid
Edits to the grid are saved as follows:
Automatic save: When you use the IsEditable property and bind EditedRows directly to the AddOrUpdateProperties service when the EditCellCompleted event is triggered.
Manual save: When you use the edit buttons in the grid toolbar where the EditedRows are bound to the AddOrUpdateProperties service. This service is triggered by the EditCompleted event.
The events are triggered only when the actual values are changed. If you provide an invalid value for a data type in the cell, the cell value remains unchanged. For example, if you provide a string value instead of a number value in the cell, the original value will not be changed.
Was this helpful?