Hello, how do you select the next node, given that you have the selected node? How do you select the previous item?
The treeview is loaded from a HierarchicalDataSource.
I get the selected node like this:
any help is appreciated,
Thanks.
The treeview is loaded from a HierarchicalDataSource.
I get the selected node like this:
var treeview= $(treeid);var tree = treeview.data('kendoTreeView');var selectedNode = tv.select();any help is appreciated,
Thanks.