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

OnDataBound

The following article demonstrates the usage of the DataBound server-side event of the RadTreeMap.

The DataBound server-side event of the RadTreeMap is fired once the control is fully data-bound. This event only occurs if the items are loaded from a data source (the DataSource or DataSourceID property is set).

The DataBound event handler receives two arguments:

  1. The RadTreeMap that is loading items. This argument is of type object, but can be cast to the RadTreeMap type.

  2. An EventArgs object.

In this article