This is a migrated thread and some comments may be shown as answers.

Fire on OnNodeClick from client

1 Answer 31 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
HAG
Top achievements
Rank 2
HAG asked on 19 Feb 2009, 10:14 AM
hi,

is there a way to fire the server onnodeclick event from client via javascript?

thanks for your help

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 19 Feb 2009, 01:27 PM
Hi there,

This can be done with select() client-side method:

var tree = $find("<%=RadTreeView1.ClientID %>");  
var item = tree.findNodeByValue("itemToClick");  
item.select(); 

Kind regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TreeView
Asked by
HAG
Top achievements
Rank 2
Answers by
Yana
Telerik team
Share this question
or