Can individual buttons be added or removed from the control bar on a dataview?

4
On a datagrid, individual buttons, including custom actions can be added, removed and moved on the control bar. Is there any way of achieving the same on a dataview? I would like to be able to add custom buttons to a dataview form alongside the default Save and Cancel options. Thanks.
asked
2 answers
3

This will be a new feature in 2.5. You will be able to add (microflow) buttons IN the control bar, instead of having to make a new table column everytime you want custom buttons.

answered
3

You can't add custom buttons to the control bar (edit: as Robert said, in 2.5 this will become possible), however you can add buttons to a table cell in the lowest row of the dataview. If the buttons really must be on the same row, you could disable the control bar and add your own save/cancel buttons and the rest of your custom buttons next to it.

answered