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

How is RadToolTip used?

3 Answers 210 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 1
Dean asked on 25 Sep 2012, 05:22 PM
Nothing in documentation or here in the forums on how RadToolTip is used...

Should be as simple as this:

xmlns:t="http://schemas.telerik.com/2008/xaml/presentation"

<t:RadToolTip>
    <TextBlock>
        Some text.
    </TextBlock>
</t:RadToolTip>

or this:

<t:RadToolTip>
    <t:RadToolTip.Content>
        <TextBlock>
            Some text.
        </TextBlock>
    </t:RadToolTip.Content>
</t:RadToolTip>

But all that is displayed in the UI is "System.Windows.Controls.Textbox".

3 Answers, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 28 Sep 2012, 12:06 PM
Hi Dean,

 May I asked you to confirm that you searched in our  WPF/Silverlight documentation/forums? If yes I must say that there is no RadToolTip control for WPF or Silverlight, there are only built-in tooltips in some WPF controls i.e. RadGridView

All the best,
Yoan
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Dean
Top achievements
Rank 1
answered on 28 Sep 2012, 09:25 PM
Hi Yoan,

http://www.telerik.com/help/wpf/t_telerik_windows_controls_radtooltip.html

It is there in the Telerik.Windows.Controls namespace, my XAML using RadToolTip compiles fine and the Tool Tip pops up at run time but it only displays "System.Windows.Controls.Textbox" instead of displaying the contents of that Textbox... so my qustion on how it is supposed to be used is valid...

Dean
0
Yoan
Telerik team
answered on 02 Oct 2012, 12:26 PM
Hello Dean,

 Please check this forum thread where similar question is already discussed. I suggest you not to set the content in TextBlock but just between <telerik:RadToolTip> and </telerik:RadToolTip>.

Greetings,
Yoan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
General Discussions
Asked by
Dean
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Dean
Top achievements
Rank 1
Share this question
or