telerik / kendo-angular

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

[Grid] Clipboard does not work with grouped columns #4273

Open mbechev opened 3 months ago

mbechev commented 3 months ago

Describe the bug All columns that are grouped (wrapped in the <kendo-grid-column-group> tag) are excluded from the clipboard data. On paste there is no indication which columns are affected as well.

The clipboardData includes only the cell values of columns that are not grouped (the grouped columns are ignored).

To Reproduce https://stackblitz.com/edit/angular-twsyxj