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

Drag/Drop method not working anymore?

1 Answer 54 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Rob Peters
Top achievements
Rank 1
Rob Peters asked on 24 Aug 2011, 10:03 AM
Since the last release (2011.2) the method for drop is not called anymore (drop=...).
In version 2010.3 it is working.

Are there any changes that needs to be done?

With kind regards,
Rob
        <telerik:RadTreeView Height="683" Margin="12,34,0,0" Name="ServicesTree" Width="342"
            Background="White"
            Foreground="Black"
            IsLineEnabled="True"
            AllowDrop="True"
            IsRootLinesEnabled="True" DragEnter="ServicesTree_DragEnter" Drop="ServicesTree_Drop"/>

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 29 Aug 2011, 11:36 AM
Hi Rob Peters,

 The Drop event is inherited but it is never used in the RadTreeView. In this article you can view the main DragAndDrop events in the RadTreeView. If you need custom DragDropOperation you can also use the RadDragAndDropManager's events. Please let us know if you need further info on this. 

Greetings,
Petar Mladenov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
TreeView
Asked by
Rob Peters
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or