Save button for editable datagrid in an overview page

0
I have a simple entity which holds, for example, just one attribute: Name. I built an overview page with a data grid and a popup page to create new entries. Since my entity is very simple, I do not want to open a popup page each time I want to change the name. So, I made Name attribute updatable in the grid.   Question: where do I put the Save button to apply all changes made to the entity?! It is not necessarily just one change. I want to change multiple rows before I save changes.
asked
1 answers
1

With an editable data grid, the Save is handled automatically.  Mendix saves each record as it is changed.  There is not an option to save after editing all of the records – as far as I know.

answered