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

Tooltip not displaying

2 Answers 43 Views
TimeLine
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 19 Dec 2012, 10:23 AM
Hi,

Is there anything that would prevent the tooltip from displaying or maybe even hiding it? 

I've got the following TimeLine define but the tooltip is not working. I've even created a test project to test the control and it works fine there.

<telerik:RadTimeline x:Name="someTimeLine"
        ItemsSource="{Binding TimeLineEventDisplayList}"
        Grid.Column="0" Grid.Row="1"
        Height="400" Width="600" Margin="5"                                            
        PeriodStart="{Binding TimeLinePeriodStartDate,Mode=TwoWay}"
        PeriodEnd="{Binding TimeLinePeriodEndDate,Mode=TwoWay}"                                            
        StartPath="Date"
        DurationPath="Duration"
        IsSelectionEnabled="True"
        SelectionMode="Single"                                            
        SelectedItem="{Binding SelectedTimeLineEvent,Mode=TwoWay}">
    <telerik:RadTimeline.ToolTipTemplate>
    <DataTemplate>
        <TextBlock Text="HAlllooooo" />
    </DataTemplate>
    </telerik:RadTimeline.ToolTipTemplate>
    <telerik:RadTimeline.Intervals>
        <telerik:YearInterval />
        <telerik:MonthInterval />
        <telerik:WeekInterval />
        <telerik:DayInterval />
        <telerik:HourInterval />
        <telerik:MinuteInterval />
    </telerik:RadTimeline.Intervals>
</telerik:RadTimeline>

2 Answers, 1 is accepted

Sort by
0
Missing User
answered on 21 Dec 2012, 09:45 AM
Hi Jan,

Thank you for the code snippet you have provided. I created a test project with it and the tool tip works as expected. There is very little that we can do to help if we cannot reproduce the problem. You can try to reproduce the glitch in a small project and send it to us for investigation. 

Kind regards,
Ivan N.
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Jan
Top achievements
Rank 1
answered on 27 Dec 2012, 06:54 AM
Hi Ivan,

I've managed to reproduce the problem and submitted a support ticket with an uploaded sample project. In a nutshell if the timeline control is displayed on a radwindow or SL childwindow you dont see the tooltip.

Regards,
Jan
Tags
TimeLine
Asked by
Jan
Top achievements
Rank 1
Answers by
Missing User
Jan
Top achievements
Rank 1
Share this question
or