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

Copy Line vs Copy Cell

2 Answers 86 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Brent
Top achievements
Rank 1
Brent asked on 06 Dec 2017, 07:24 PM

We upgraded Telerik winform Q3 2017 and the Right-Click copy was just getting the Cell now in the new version we are getting the entire line on a right-click copy.
How do I get the old behavior back? Probably a simple setting that I cannot seem to find.

Thx

2 Answers, 1 is accepted

Sort by
0
Brent
Top achievements
Rank 1
answered on 06 Dec 2017, 08:33 PM

Disregard I found "SelectionMode", set it to "CellSelect"

 

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 11 Dec 2017, 07:48 AM
Hello, Brent,

Thank you for writing.  

RadGridView copies the content of the selected cells. If you use GridViewSelectionMode.FullRowSelect, the whole row is selected. That is why you copy the content for all the cells in the row. However, if you set the RadGridView.SelectionMode property to GridViewSelectionMode.CellSelect, only the cell content will be copied.

I hope this information helps. Should you have further questions I would be glad to help.
 Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular 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
Brent
Top achievements
Rank 1
Answers by
Brent
Top achievements
Rank 1
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or