Hello,
I set up AutoPostBackFlags-NodeClick="On" and use NodeClick event handler to do what I want. In some cases I don't want some nodes to generate postback or raise any click event at all. Is that possible?
Thank you.
Hi there,
You can set the Enabled property for those nodes to false.
Let me know if this works for you!
hi
this solution is not working for me. I am using version 12.1.
Here I want to disable HQ,InCountry,Offshore nodes, but they have child nodes and i want to access them. If i specify Enabled = false for these nodes than i can't access child nodes.
Please let me know how to solve the problem
Hello Jagadeesh Kullappagari,
The post is old, but perhaps someone will need it. You may use javascript onclick event to catch the client event, compare node text (or Value or Tag) with your arbitrary values and then cancel.