Hi I want to make
my case for
help:
I have on my page 2 radGridView (RadGrid1 and RadGrid2), I've managed to do a Drag and Drop from RadGrid1 to the RadGrid2.
So now I have to get it done also Drag and Drop between the rows of RadGrid2.
Be kind enough to send me a sample project with the functionality of a RadGridView can accept 2 Drag and Drop?
Thank you very much
I have on my page 2 radGridView (RadGrid1 and RadGrid2), I've managed to do a Drag and Drop from RadGrid1 to the RadGrid2.
So now I have to get it done also Drag and Drop between the rows of RadGrid2.
Be kind enough to send me a sample project with the functionality of a RadGridView can accept 2 Drag and Drop?
Thank you very much
7 Answers, 1 is accepted
0
Hello Cristina,
If I understand your query right , I believe this online example should be helpful.
Kind regards,
Pavel Pavlov
the Telerik team
If I understand your query right , I believe this online example should be helpful.
Kind regards,
Pavel Pavlov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0

Cristina
Top achievements
Rank 1
answered on 25 Apr 2011, 01:19 PM
With regard to the
project that
I located an
example I have 2 situations:
1º only works with Drag and Drop of rows in the GridView, and I need a dual Drag and Drop
2 º I can not come to understand because it works with 2 namespace (Sample.gridView.RowReorder and Telerik.Windows.Examples.GridView.RowReorder)
I also tried to run the example http://demos.telerik.com/silverlight/ # DragAndDrop / TreeToGrid but had no success.
I appreciate your response
1º only works with Drag and Drop of rows in the GridView, and I need a dual Drag and Drop
2 º I can not come to understand because it works with 2 namespace (Sample.gridView.RowReorder and Telerik.Windows.Examples.GridView.RowReorder)
I also tried to run the example http://demos.telerik.com/silverlight/ # DragAndDrop / TreeToGrid but had no success.
I appreciate your response
0

Cristina
Top achievements
Rank 1
answered on 29 Apr 2011, 08:46 PM
Mr. Pavel
Pavlov would like
to know if
they are evaluating my
case above, because I got
no response from
Telerik. Thank you very much
0
Hi Cristina,
Tsvyatko
the Telerik team
Using the code from the sample mentioned earlier I have prepared simple application that enables dragging operations between two RadGridView-s. Please, have a look at the attachment and let us know if you have any further questions
Kind regards,Tsvyatko
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items
0

Cristina
Top achievements
Rank 1
answered on 31 May 2011, 05:25 PM
hello, thank you very much by example, is what I was looking for. In this project I wish I could remove the label on the top of cue.DragActionContent (see image) or to put the name of the item I'm doing the drag and drop. Thank you very much
0
Hi Cristina,
Tsvyatko
the Telerik team
You can remove this part of the drag cue by setting its DragPreviewVisibility property to collapsed. I have modified the project to illustrate how to achieve this.
If you have any further questions do not hesitate to contact us.
Tsvyatko
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items
0

Cristina
Top achievements
Rank 1
answered on 01 Jun 2011, 09:41 PM
Thank you
very much!!