Hide delete and edit buttons in grid action strip #11578
Labels
action-strip
grid: row-adding
grid: row-editing
🧰 feature-request
version: 13.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
I have a grid where I want to use action strip to add new rows. Deleting of rows is not allowed in my grid. How can I remove delete button from grid editing actions.
Describe the solution you'd like
Add row button can be shown by setting
addRow
in grid editing actions. Same should be possible for delete and edit buttons.Describe alternatives you've considered
I did not find a way to remove the delete button. I can try to implement custom action strip, but it is there.
The text was updated successfully, but these errors were encountered: