Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
OnItemDropping[event] check whether you allow to drop or not from the "RadListViewItemDragDropEventArgs" you can get DraggedItem and DestinationHtmlElement properties.
if you dont want to allow drop just use event.set_cancel(true)
i hope its work fine with you.