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

drag and drop

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
JOSE MANUEL PÉREZ RAMÍREZ
Top achievements
Rank 1
JOSE MANUEL PÉREZ RAMÍREZ asked on 25 Apr 2008, 09:47 AM
1º Is possible drag from radlist and drop in other radlist?

2º I have a radlist bind to objects list. i add new object to list but the rad list not refresh.

thanks

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 29 Apr 2008, 03:16 PM
Hello Jose,

Thank you for the questions.

Please find my answer in the same order:

1. To make a drag-and-drop scenario between two RadListBoxes you should implement your custom logic that match your need. I have prepared a simple example application that demonstrates this. 

2. To achieve the described behavior, your object list should implement the IBindingList interface. You could find more info in MSDN. In addition, there is a simpler way. You could use the BindingList(T) generic class that natively supports data binding. I have included an example implementation in my project too.

Please, find my example project as attachment.

I hope this helps. If you need additional assistance, do not hesitate to contact me again.

Greetings,
Martin Vasilev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
JOSE MANUEL PÉREZ RAMÍREZ
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or