defect
minor
#28693
Questionable clipboard commands are displayed by default on all grid components
The clipboard commands are questionable - in general, there is no useful application for them. Nevertheless, they are displayed by default on all grid components. Instead, the command should be configurable on special components if you see a use case for this.
Code migration
If, contrary to expectations, you do need the clipboard commands in certain places, you can add them as custom buttons:
<buttons> <reference command-id="addSelectedToClipboard"/> <reference command-id="showClipboard"/> </buttons>