This is a migrated thread and some comments may be shown as answers.

RadTreeMap ToolTipTemplate

1 Answer 74 Views
TreeMap and PivotMap
This is a migrated thread and some comments may be shown as answers.
Tamas
Top achievements
Rank 1
Tamas asked on 03 Mar 2014, 03:57 PM
I would like to use the Telerik RadTreeMap control with Tooltip and I need to display a complex tooltip, similar to the following example:
http://demos.telerik.com/silverlight/#Treemap/FirstLook

How can I bind a complex tooltip with image to the RadTreeMap control? Could you show an example with source code?

Thanks your assistance in advance!

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 06 Mar 2014, 11:13 AM
Hello Tamas,

Treemaps allow custom tooltip templates per type definition. Here is how you specify a custom tooltip template:
<telerik:TreeMapTypeDefinition.ToolTipTemplate>
    <DataTemplate>
        ...
    </DataTemplate>
</telerik:TreeMapTypeDefinition.ToolTipTemplate>

Please check the attached project.

Regards,
Yavor
Telerik

DevCraft Q1'14 is here! Join the free online conference to see how this release solves your top-5 .NET challenges. Reserve your seat now!

Tags
TreeMap and PivotMap
Asked by
Tamas
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or