This question is locked. New answers and comments are not allowed.
Hi, I'm experiencing one problem with a Treeview control. On our project we use Telerik TreeView for MVC and jQuery 1.6.3. As Treeview generates a link to lower version of jQuery(1.5.1, what crashes our functionality) I decided to disable this:
@Html.Telerik().ScriptRegistrar().jQuery(false)
After doing this I saw that drag\drop functionality for treeview is always forbidden. What can I do with this?
@Html.Telerik().ScriptRegistrar().jQuery(false)
After doing this I saw that drag\drop functionality for treeview is always forbidden. What can I do with this?