I am developing file manager in ASP.NET MVC and using jQuery, and when I expand list and Drag and drop item in treeview, it calls method moveItem from parent and from child, and I want it only to call from child.I am developing file manager in ASP.NET MVC and