This question is locked. New answers and comments are not allowed.
I have gotten upgrate to version SL5 2012.Q1.215.1050. after this operation is not working screentip
I noticed in the demo also it's not working. Is there a problem, and how to resolve it?
I noticed in the demo also it's not working. Is there a problem, and how to resolve it?
<telerik:RadRibbonButton Name="btnDepartmentOverTime" Size="Large"
Text="{Binding btnOverTime, Source={StaticResource Resources}}"
telerik:ScreenTip.Title="{Binding btnOvertimeDepartmentSetupTitle, Source={StaticResource Resources}}"
telerik:ScreenTip.Description="{Binding btnOvertimeDepartmentSetupInfo, Source={StaticResource Resources}}"
LargeImage="{Binding png_48_Scheduler, Source={StaticResource Resources}, Converter={StaticResource ImageConvert}}"
CollapseToSmall="WhenGroupIsSmall" CollapseToMedium="WhenGroupIsMedium"
Command="{Binding Source={StaticResource cmdMainMenuMyDepartmentOvertimeSetup}}"/>