New to Telerik UI for ASP.NET AJAX? Download 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:

  1. The RadNavigation instance that fired the event.

  2. Event arguments with functions:

  • get_data() retrieves the loaded nodes.

  • get_owner() retrieves an object that is automatically passed to the RadClientDataSource.

See Also

In this article