When I call node.select() on the client side, it doesn't fire the OnClientNodeClicked event. Is there a way to raise that event when I programmatically select a node?
1 Answer, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 04 Aug 2008, 08:08 AM
Hello Jacky Chau,
The nodeClicked event is fired only during user interaction. As a result calling the select method from code will not trigger the nodeClicked event. I suggest you extract the logic in the event handler in a separate method and invoke that method after calling "select".
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.