Cancel Changes - does not apply to Data grid Editable columns

0
Is there a way to roll back changes entered to editable columns in a data grid. The “cancel changes button” apparently does not work, because the changes are committed to database as soon as user tabs out of the edit box.
asked
1 answers
0

Nope, there is not. As you state indeed the changes are directly committed. If you want create something with a seperate save & rollback button you could style a listview as a datagrid and handle the saving and cancelling with microflow buttons.

answered