In a javascript function, I am selecting a node based on user input using node.Select(). When this happens, the AfterClientClick is fired, just as if the user clicked on it. Is there a way to not run the AfterClientClick function when node.Select() is called programmably?
1 Answer, 1 is accepted
0
Nikolay
Telerik team
answered on 28 Feb 2008, 08:32 AM
Hello Thomas Polan,
In the event handler of the AfterClientClick event you can check whether the node has been selected and skip calling the Select() method: