I have a data grid that accepts add, edit, and delete operations - so I need edit mode as BATCH.
This grid has many columns but only has few columns that can be edited.
Although I also like the grid to be still editable using inline editing,
I also want to add an edit button that shows the edit dialog so user can also edit using it.
Is this possible? BATCH edit, but also use DIALOG mode.