hello is it possible to copy a row and paste it into a new row added in a unbound RadGridView winform?
I am attaching a screenshot of the RadGridView
If it cannot be done with copy paste from keyboard or mouse, can it be done with programming?
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 13 Jul 2020, 11:14 AM
Hello, Fabrizio,
By default, RadGridView allows you to copy multiple rows data and paste them to the data rows. Note that one of the data rows should be current. However, RadGridView is not supposed to perform copy/paste operation inside the new row and insert new records this way.