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

RootElement replacement

1 Answer 41 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
John Billiris (JSBBS)
Top achievements
Rank 1
John Billiris (JSBBS) asked on 23 Apr 2008, 04:13 AM
Telerik,

What's the replacement for the client-side method of 'RootElement' (in classic RadTreeView) ?

Rgds,
John

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 23 Apr 2008, 06:02 AM
Hello jsbbs,

You can use the get_element() method to obtain the root element:

var treeView = $find("RadTreeView1");
var rootElement = treeView.get_element();

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
John Billiris (JSBBS)
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or