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

drag a row from a RadGridView to a ListBox

1 Answer 94 Views
GridView
This is a migrated thread and some comments may be shown as answers.
R
Top achievements
Rank 1
R asked on 13 Jun 2008, 05:28 PM
Hi. I need to drag a row from a RadGridView to a ListBox. How can I do that if I don't have a ItemDrag Event in RadGridView like the one in the ListView? I'm using VB.net.

Thanks

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 18 Jun 2008, 07:35 AM
Hi R,

Currently, the RadGridView doesn't have an event like ItemDrag. Even though it doesn't support these drag & drop operations out of the box, you can implement them yourself. Your scenario is very similar to this one where the only difference is instead of RadListBox, the target is RadGridView.

Please, take a look at the attached project and if you have any additional questions, write us again.

Regards,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
R
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or