New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientNodePopulated
The OnClientNodePopulated client-side event occurs when nodes are loaded. The RadNavigation should be bound to RadClientDataSource control for this event to fire.
The event handler receives parameters:
-
The RadNavigation instance that fired the event.
-
Event arguments with functions:
-
get_data() retrieves the loaded nodes.
-
get_owner() retrieves an object that is automatically passed to the RadClientDataSource.