everytime when you try to call the Node.select() from javascript it will call the aspx.cs event which is Node_Click() which makes alot trouble in code seperation if you wanna make two functions?
everytime when you try to call the Node.select() from javascript it will call the
Share
it’s been like 5 hourse for me trying to figure out the solution for that problem , because each time I try to set the node selected from the javascript side using the following code:
//here it calls also the Server event which is the Node_Click() event int the aspx.cs page,
so after a long hard time with that I found out that If you wanna select a node in javascript without firing the event use the following function:
I hope that I could benefit you guys because because I dont want you to spend hours trying
to find this out.
best of luck