This is a migrated thread and some comments may be shown as answers.

Pasting from Excel into multiple cells does not work when scrolling down

3 Answers 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dominik
Top achievements
Rank 1
Dominik asked on 22 Nov 2011, 07:45 PM
Hi

We are using the latest build of the Telerik controls for silverlight 4  (just release a couple of days ago) and we have the following settings in our grid:

  IsReadOnly = false;
 SelectionMode = SelectionMode.Extended;
  SelectionUnit = GridViewSelectionUnit.Cell;
  // important to set "AllSelectedCells" to ensure Excel-Like behaviour
  ClipboardPasteMode = (GridViewClipboardPasteMode.AllSelectedCells |
  GridViewClipboardPasteMode.Default);

What is to be supported is the following. The user select and copies one single cell in excel. He then selects multiple fields in the silverlight telerik grid and hits CTRL + V  (paste). The single value selected in excel is then pasted to all the values in the telerik grid.

This works well as long we don't scroll. As soon as we scroll down, the values are no longer pasted. As far as I remember, this used to work. (The events:  Pasting, PastingCellClipboardContent, Pasted will not be triggered then)

It would be great, if you could fix this as soon as possible.

Thanks in advance.

Dan

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 25 Nov 2011, 02:54 PM
Hi Dominik,

We will investigate the issue and write back to you once we can provide a proper solution. You can follow the progress in our Public Issue Tracking System. I have updated your Telerik points accordingly.
In the meantime, if it is appropriate for you, I may suggest you to set SelectionMode property of the grid to "Multiple". 
Thank you for your patience and cooperation.
 

Kind regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Clara
Top achievements
Rank 1
answered on 28 Mar 2018, 01:18 PM
Hi Team,
I have a problem trying to paste a value into the cells selected in the radgrid (Winforms).
The thing is that I want to copy an specific value from a cell and then copy that value into the cells that I have selected.
How can I achieve that? 
Thanks a lot in advance!
0
Stefan
Telerik team
answered on 30 Mar 2018, 12:14 PM
Hi Clara,

This thread is for the UI for Silverlight RadGridView component. In order to keep the communication consistent and receive the most accurate assistance, please post your inquiry in the relevant forum section.

Thank you in advance for understanding.

Have a nice weekend, Clara.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Dominik
Top achievements
Rank 1
Answers by
Maya
Telerik team
Clara
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or