Posted 25 Apr 2011 Link to this post
Posted 28 Apr 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.
function
showNodeLoading(node) {
var
loadingImage =
'<img src=\'/_assets/images/ajax-loader-small.gif\' alt=\'Loading..\' style=\'padding-left: 2px;\' />'
;
if
(node !=
null
)
node.showLoadingStatus(loadingImage, Telerik.Web.UI.TreeViewLoadingStatusPosition.AfterNodeText);
}