I Manfred, I'm afraid this is currently not supported/integrated. The best options is to activate the dragAndDrop flag as you did, the only missing part is the callback http://demos.telerik.com/kendo-ui/treeview/dragdrop http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview#events-drop
Please can open an issue here and I will try to have a look asap. https://github.com/sebfz1/wicket-jquery-ui/issues Thanks & best regards, Sebastien On Wed, Nov 23, 2016 at 5:06 PM, Manfred Bergmann <m...@software-by-mabe.com> wrote: > Hi. > > So, my next question. :) > > I've tried the following: > - added option "dragAndDrop" to AjaxTreeView. > This works correctly in the UI. But there are no events/callbacks to the > Wicket code. > > - added DraggableBehavior to AjaxtreeView, plus implemented > IDraggableListener. > This gives me the events, dragging works, but the whole treeview is > dragged, > not a node. > > I assume the second is the right one. And I assume the DraggableBehavior > should be added to the tree nodes but I couldn't see how that can be done > to > TreeNode. > > > Any suggestions how this works? > > > Regards, > Manfred > > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/Drag-Drop-in-Kendo-UI-treeview-tp4676272.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >