New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Events Overview

RadOrgChart has a number of properties which value is the name of a JavaScript function that executes when specific client-side events occur. These events are listed below:

  • OnClientGroupPopulated - occurs when when the RadOrgChart has received the group items within a node from the Web Service.

  • OnClientGroupPopulating - occurs when the RadOrgChart is about to request the group items within a node.

  • OnClientGroupPopulationFailed - occurs when client-side event handler is called when a request to populate the group items within node has failed.

  • OnClientNodePopulated - occurs when when the RadOrgChart has received the child nodes of the expanded node from the Web Service.

  • OnClientNodePopulating - occurs when the RadOrgChart is about to request the child nodes of the expanded node.

  • OnClientNodePopulationFailed- occurs when client-side event handler is called when a request to populate the child nodes of expanded node has failed.

In this article