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

DragAndDrop and RadComboBox

2 Answers 51 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 07 Apr 2012, 12:23 PM
I am trying to use the new DragAndDrop manager with the RadComboBox, I want to be able to drop an element from a treeview onto the ComboBox and apply a custom Drop Event that will select the dragged entity from the list. I have AllowDrop="True" on the ComboBox and I know the Treeview is set up correctly because I use it to drag to a ListBox. When the line DragDropManager.AddDropHandler(RadComboBoxBelongsTo, OnDrop); is run I get the error: Cannot find a Resource with the Name/Key DraggableItem. How do I drag to a RadComboBox??

2 Answers, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 09 Apr 2012, 09:31 AM
Hi Michael,

Unfortunately, we were not able to reproduce the problem, could you look at the attached project and see if we are doing something wrong? 

Looking forward to your response! 

Greetings,
Nik
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Michael
Top achievements
Rank 1
answered on 12 Apr 2012, 08:39 AM
Thanks, I found the problem, it was unrelated, I was not looking properly at the code I copied from an example. Thanks for the demo app, I find the help and guidance on the new DragDropManager rather limited and any examples are useful.
Tags
DragAndDrop
Asked by
Michael
Top achievements
Rank 1
Answers by
Nick
Telerik team
Michael
Top achievements
Rank 1
Share this question
or