Idea Summary
Automatically create a delete button in the toolbar like is done for the Add, Edit and Save buttons
Use Case
Currently, if you want a delete button you have to add it manually with custom code. It would be consistent for development if the delete button was created in the same manner.
Preferred Solution (Optional)
Ideally the delete button would be created when the action option was selected in the attributes of the grid. Similarly to how it is handled with the Add and Edit buttons. But could also be in the area where the Save button is added.