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

Modification of ShowDelay of Tooltip ?

1 Answer 77 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 19 Apr 2012, 08:39 AM
Hello,

I used your RadScheduleView and I would put a showdelay at his tooltip because the tooltip is only staying up for 7 seconds, and I would like 30 seconds.

How can I do ? 

This is my code :

<telerik:RadScheduleView Grid.Row="1" ActiveViewDefinitionIndex="1"  Name="SchedulerRdv"  Margin="0,0,0,0" FirstDayOfWeek="Monday" AppointmentsSource="{Binding}" VisibleRangeChanged="SchedulerRdv_VisibleRangeChanged" AppointmentItemContentTemplate="{StaticResource CustomAppointmentTemplate}" ToolTipTemplate="{StaticResource CustomTooltipTemplate}" 
  <telerik:RadScheduleView.ViewDefinitions>
  </telerik:RadScheduleView.ViewDefinitions>
</telerik:RadScheduleView>

Thanks

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 20 Apr 2012, 02:21 PM
Hi,

I suggest you use the AppointmentStyleSelector and set the RadToolTipService property to the AppointmentItem's style:

<Style  x:Key="Level200HorizontalStyle" TargetType="telerik:AppointmentItem">
            <Setter Property="telerik:RadToolTipService.ShowDuration" Value="20000"  >
            </Setter>
</Style>


Please find a project attached.

Regards,
Rosi
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
ScheduleView
Asked by
Pierre
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or