New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Scroll to Selected Node After AJAX Request

Updated on Oct 27, 2025

To scroll to the selected TreeNode after an AJAX request has occurred you should subscribe to the ClientEvents-OnResponseEnd event of RadAjaxPanel and use the ScrollIntoView() client-side method of RadTreeNode class like:

ASPNET
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" ClientEvents-OnResponseEnd="OnResponseEnd">
</telerik:RadAjaxPanel>

See Also

In this article
See Also
Not finding the help you need?
Contact Support