This question is locked. New answers and comments are not allowed.
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 :
Thanks
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