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

NodeDataBound

The server-side NodeDataBound event occurs when the nodes in the tree in the dropdown are bound.

The event handler receives two parameters:

  1. The instance of the DropDownTree firing the event

  2. An event argument parameter that contains the following property:

    • DropDownTreeNode -returns the node.
In this article