New to Telerik UI for ASP.NET MVCStart a free 30-day trial

Events

You can subscribe to all TreeMap events.

Handling Events by Handler Name

The following example demonstrates how to subscribe to events by a handler name.

Razor
    @(Html.Kendo().TreeMap()
            .Name("treemap")
            .Events(events => events
                .ItemCreated("onItemCreated")
                .DataBound("onDataBound")
            )
    )

See Also

In this article
Handling Events by Handler NameSee Also
Not finding the help you need?
Contact Support