Inline editing updates the field when
a) The field is saved/updated
b) When the record is saved/updated
c) When the return key is pressed
d) None of the above
2 respuestas
When we update a field using inline editing, the changes are visible on UI. However, the field value is not saved to the database until the record is saved or updated by clicking on the 'Save' button. So inline editing updates the field when record is saved or updated.
(b) is correct answer.