telerik / kendo-angular

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

[Grid] Pasted data is trimmed #4226

Closed mbechev closed 5 months ago

mbechev commented 6 months ago

Describe the bug When copying data that has empty values at the beginning, they are trimmed once pasted in the Grid.

This Excel data: image

is displayed in Grid like: image

The clipboardData is:

"5\t1\r\n\t\t3"

To Reproduce Copy this data and paste it into the Grid:     1
    3

Expected behavior The pasted data should look like in Excel, (with two empty cells at the beginning).

slavenai commented 5 months ago

Fix available in v15.2.0 of @progress/kendo-angular-grid package.