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
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"/>