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

ASP.NET MVC Diagram Tooltips

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
tooltips.cshtml
TooltipsController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

The Telerik UI for ASP.NET MVC Diagram allows you to create interactive diagrams with rich tooltip functionality that provides additional information when hovering over shapes and connections.

This demo demonstrates how to configure tooltips for a Diagram representing an organizational chart with employee details and reporting relationships.

Tooltips can be configured with the following settings:

  • Tooltip—Defines the tooltip settings for the diagram. Can be configured using the fluent API.
  • ShapeTemplateHandler—A JavaScript function that defines the tooltip template that will be shown when hovering over a shape. The function receives the shape's data as a parameter.
  • ConnectionTemplateHandler—A JavaScript function that defines the tooltip template that will be shown when hovering over a connection. The function receives the connection's data as a parameter.

For more information, refer to the article on getting started with the Telerik UI for ASP.NET MVC Diagram.

Additional Apps

This Diagram example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources