when i try to drag and drop the treeview nodes from top of the treeview to the bottom (last node) of the treeview,while dragging, the window does NOT scroll automatically. Scroll bar should automatically scroll to the draging direction
This is too important to implement the auto scrolling the tree view data with checked box.
Implemented with the autoScroll configuration option. http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview#configuration-autoScroll
My users are requesting this currently, as they have to drag part of the way, drop, scroll, and drag part of the way, drop, scroll, etc until the part of the list is visible.
Most treeviews are likely to overflow their container div at some time and not being able to drag and drop a visible node to a hidden one really is a major drawback of this Kendo widget.
Auto scrolling must be implemented in treeview to use this widget efficiently.
This functinality is very important as user experiances perspective