Skip to content

Copy/Paste range of data should behave like Excel #2685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
boyandim opened this issue Jan 30, 2017 · 5 comments
Closed

Copy/Paste range of data should behave like Excel #2685

boyandim opened this issue Jan 30, 2017 · 5 comments
Assignees
Labels
C: Spreadsheet Enhancement FP: Completed Sync status with associated Feedback Item jQuery
Milestone

Comments

@boyandim
Copy link
Contributor

boyandim commented Jan 30, 2017

Description

Pasting a single value in a multi-cell range pastes the value only to the first cell in the range.

Suggested in Ticket 1086515
Public Feedback item

Reproduction of the problem

  1. Go to https://demos.telerik.com/kendo-ui/spreadsheet/index
  2. Click on cell B3 (Calzone) and press CTRL+C
  3. Click on cell B4, hold the shift key and arrow down until cells B4-B7 are highlighted
  4. Press CTRL+V

Current behavior

Only cell B4 receives the value of "Calzone".

Expected/desired behavior

All cells B4-B7 should have the value Calzone".

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: 1.12.3
  • Browser: all
@veselints
Copy link
Contributor

@veselints
Copy link
Contributor

Possible implementation is available here:
https://dojo.telerik.com/udopeJOl

@veselints veselints self-assigned this Feb 14, 2020
@kendo-bot kendo-bot added FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item FP: Planned Sync status with associated Feedback Item labels Dec 22, 2020
@mparvanov
Copy link
Contributor

  1. Go to spreadsheet/index
  2. Click on cell B3 (Calzone) and press CTRL+C
  3. Click on cell B4, hold the shift key and arrow down until cells B4-B7 are highlighted
  4. Press CTRL+V -> All cells B4-B7 have the value Calzone"
  5. Press CTRL+Z

Current behavior

Only cell B4 restores its initial value.

Expected/desired behavior

All cells B4-B7 restore their initial values

@mparvanov
Copy link
Contributor

mparvanov commented Feb 3, 2021

  1. Go to spreadsheet/index
  2. Mark cells C3 to C5 and press CTRL+C
  3. Click on cell C9 and press CTRL+V -> C9 to C11 values are changed from 5,4,3 to 1,2,1
  4. Press CTRL+Z

Current behavior

C9 to C11 values are changed from 1,2,1 to 5,2,1

Expected/desired behavior

C9 to C11 values are changed from 1,2,1 to 5,4,3

@mparvanov
Copy link
Contributor

Cells formatting is not preserved on copy/paste:

  1. Select D3 to D5
  2. Copy and paste - Ctrl+C and Ctrl +V
    Current behavior: the currency $ symbol is not pasted

@mparvanov mparvanov added this to the 2021.R1.SP.next milestone Feb 9, 2021
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Feb 9, 2021
@Dimitar-Goshev Dimitar-Goshev added FP: Completed Sync status with associated Feedback Item and removed FP: Completed Sync status with associated Feedback Item labels Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Spreadsheet Enhancement FP: Completed Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

7 participants