Hi Ashish,
A more precise fix would be to add two lines to the TreeViewDragAndDrop.prototype.drag function, around line 850:
if (hoveredItem.length > 0) {
/* 30 lines ... */
} else if (dropTarget[0] != that.dropHint[0]) {
statusClass = "k-denied";
}
Thank you for reporting this, it has been fixed for upcoming Kendo UI builds.
All the best,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!