hi,
I have lots of nodes in my tree. I want to integrate OnClick event such a way that when i click on particular node(node.Category=="Special") then raise the serverSide OnClick ONLY.
What is the best way to do this. Obviously, i can filter it in the OnClick event but i do not want to do a postback if the node is not "Special". As i have big tree and only few nodes are "special". Thanks,
Regards,
Brendanwood Dev Team
I have lots of nodes in my tree. I want to integrate OnClick event such a way that when i click on particular node(node.Category=="Special") then raise the serverSide OnClick ONLY.
What is the best way to do this. Obviously, i can filter it in the OnClick event but i do not want to do a postback if the node is not "Special". As i have big tree and only few nodes are "special". Thanks,
Regards,
Brendanwood Dev Team