This question is locked. New answers and comments are not allowed.
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
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