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

ScreenTip on textbox not found

2 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 28 Mar 2012, 07:45 PM
I was putting ScreenTip on my TextBlocks and RadMaskedTextBox, but when I updated to .326, I get the attachable property was not found in type screentip

<TextBlock  Name="tbDate"
        telerik:ScreenTip.Description="The Date Opened" Text="Date:" />
 
        <telerik:RadMaskedTextBox  Name="maskedDate"
               MaskType="DateTime" Mask="M/d/yyyy"
                                  telerik:ScreenTip.Title="Date"
                telerikScreenTip.Description="The Date Opened.  Press Up or Down to increase/decrease the Date" />

Am I missing anything?  My references look ok.





2 Answers, 1 is accepted

Sort by
0
Accepted
Tina Stancheva
Telerik team
answered on 02 Apr 2012, 09:52 AM
Hi Dan,

I wasn't able to reproduce the issue. As long as I reference the Telerik.Windows.Controls.RibbonView assembly in the application, the ScreenTips are properly set. Please have a look at the attached sample where I tested your scenario and let me know if it works on your side or if I've missed something.

Greetings,
Tina Stancheva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
danparker276
Top achievements
Rank 2
answered on 02 Apr 2012, 06:58 PM
Sorry, I'm not sure what happened.  On the update it must have deleted my reference or something.  I've added the reference and it's ok now, thanks
Tags
General Discussions
Asked by
danparker276
Top achievements
Rank 2
Answers by
Tina Stancheva
Telerik team
danparker276
Top achievements
Rank 2
Share this question
or