I\'m trying to find a tree using ASP.NET AJAX\'s client-side framework. I also use jQuery for doing any JavaScript operation after the DOM is ready. my code is like:
<
this worked for me with Telerik controls:
$telerik.$(document).ready(function () { var tree = $telerik.$find("<%=RadTreeView1.ClientID%>"); });
see this http://www.telerik.com/help/aspnet-ajax/introduction-using-jquery.html