New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC Diagram Tooltips
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
- Main Dark
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
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.