Hello,
I am very new to Kendo UI. Thanks for providing the Demos which are dam good and very useful for the beginners.
Have an issue with tree view.
Scenario:
I have two tree views.
First tree view contains options to add, delete, reorder the nodes in the second tree view.
Add- appends a node using Append method.
Reorder – Move the selected node up or down using the methods insertAfter and insertBefore
When am adding a node with some selection in the second tree view, it appends the node as the last node to the second tree and selection on the second tree view is retained.
But when I reorder the nodes using the above mentioned methods with some selection on second tree view, the selection was not retained after reordering.
Can anyone help me in retaining the selection .
Thanks,
Harika.