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

drag and copy records from radgrid1 to another radgrid2

2 Answers 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kharen
Top achievements
Rank 1
kharen asked on 31 Aug 2011, 06:00 PM
Hi!
I'am trying to drag and copy one record from a Radgrid to another Radgrid, but at the moment only can Drag and Drop, i would like to just copy, records from Radgrid1 have to stay here.
Is it possible to do this?.

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 01 Sep 2011, 11:02 AM
Hello,

Please check this link Grid / Items Drag-and-drop

and in this demo remove below code.

protected void grdPendingOrders_RowDrop(object sender, GridDragDropEventArgs e)
{

...................
..................
pendingOrders.Remove(tmpOrder); // Remove this line of code
...............
...............
}

Thanks,
Jayesh Goyani
0
kharen
Top achievements
Rank 1
answered on 01 Sep 2011, 08:08 PM
Thank you so much Jayesh Goyani. Now i can just copy, what i wanted :-D
Tags
Grid
Asked by
kharen
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
kharen
Top achievements
Rank 1
Share this question
or