New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientLoad
The OnClientLoad event fires after the RadTreeView client-side object has been fully initialized.
The event handler has two parameters:
-
The TreeView instance that fired the event.
-
An empty event arguments object.
The example below demonstrates handling the OnClientLoad event and displaying the id of the initialized RadTreeView object to the user:
ASPNET
<telerik:RadTreeView RenderMode="Lightweight" ID="RadTreeView1"
runat="server"
OnClientLoad="onLoad">
</telerik:RadTreeView>