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

How to use Ctrl+c to copy a cell content of RadDataGrid

2 Answers 71 Views
DataGrid
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 20 Jun 2018, 03:33 AM
I didn't find any method in UWP version.

2 Answers, 1 is accepted

Sort by
0
Accepted
Didi
Telerik team
answered on 20 Jun 2018, 01:01 PM
Hi Kevin,

Copying a cell is currently not available for RadDataGrid for UWP but you can achieve it by creating a custom logic. How to implement this for UWP refer to the following link: 
https://docs.microsoft.com/en-us/windows/uwp/app-to-app/copy-and-paste

Please take a look at the provided project how you can achieve this in our DataGrid control and note that it is just an example you could use as a base and improve it according to the concrete requirements.

I hope I could be of help.

Regards,
Didi
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Kevin
Top achievements
Rank 1
answered on 20 Jun 2018, 01:14 PM
Thanks Didi! I actually did similar today, changing SelectionUnit to "Cell", so I can copy a single cell.
Tags
DataGrid
Asked by
Kevin
Top achievements
Rank 1
Answers by
Didi
Telerik team
Kevin
Top achievements
Rank 1
Share this question
or