Posted 10 Apr 2011 Link to this post
Posted 11 Apr 2011 Link to this post
Posted 13 Apr 2011 Link to this post
Posted 29 Jun 2011 Link to this post
function NodeClicked(sender, e) {
var radManager;
var node = e.get_node(); // gets a RadTreeNode object
if (node != null) {
//Get reference to RadAjaxManager on page
if (radManager == null)
radManager = $find('<%= RadAjaxManager.GetCurrent(this).ClientID %>');
clickedNodeID=e.get_node().get_value()
//Fire ajax request (optionally pass an event arg value)
radManager.ajaxRequest("NodeClicked|"+e.get_node().get_value());
}
Posted 04 Jul 2011 Link to this post
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.