telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
463 stars 213 forks source link

[Grid] Clipboard doesn't work when selecting rows through checkbox #4307

Open mbechev opened 1 month ago

mbechev commented 1 month ago

Describe the bug Using <kendo-grid-checkbox-colum> component and selecting rows with the checkbox, the clipboard event is not fired. Rows cannot be copied or pasted in the Grid.

To Reproduce

  1. Select a row with the checkbox (focus stays in the checkbox).
  2. Try copying the row - clipboard event is not fired.

https://stackblitz.com/edit/angular-89nf4a

Expected behavior The row should be copied when selecting a row with the checkbox.

Screenshots

Additional context Consider adding the built-in select-all checkbox as part of the clipboard operations.