This question is locked. New answers and comments are not allowed.
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
Am I missing anything? My references look ok.
<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.