Hello,
I want to rebuild the Treeview with new data. I use this code:
The tree is rebuild well but the function onNodeSelect is called two times if I select a node.
Is there a way to clear also event handling for select?
I want to rebuild the Treeview with new data. I use this code:
$(#treview) .removeClass('k-treeview') .empty();$(#treeview).kendoTreeView({ dataSource: getNewdata(), select: onNodeSelect});The tree is rebuild well but the function onNodeSelect is called two times if I select a node.
Is there a way to clear also event handling for select?