Copying cells from Kendo UI spreadsheet for JQuery and pasting into excel is working as expected. But if the copied content is updated in excel and it is then copied and pasted back to the spreadsheet control using Ctrl + V keyboard shortcut, the change is not reflected. It pastes the original content copied from the spreadsheet control. Using the Ctrl+Shift+V keyboard shortcut fixes this issue and pastes the modified content as expected. But Ctrl + V keyboard shortcut should be doing this.
Bug report
After pasting values from the Kendo UI Spreadsheet to Excel, making a change in Excel, and pasting the value back to a Kendo UI Spreadsheet, it pastes old information.
Reproduction of the problem
- Open the Kendo UI Spreadsheet Overview
- Copy Data C7:D8 from Kendo Spreadsheet
- Paste data to MS Excel (used: Microsoft 365 MSO version 2309)
- Edit values in MS Excel.
- Copy from MS Excel
- Paste new values to a Kendo UI Spreadsheet.
Expected/desired behavior
The new values are not pasted back to the Kendo UI Spreadsheet.
Environment
- Kendo UI version: 2023.3.1114
- jQuery version: All Supported Versions
- Browser: all