<
div id="scheduler">
<telerik:RadScheduler ID="RadScheduler1" runat="server" Width="100%"
AllowDelete="False" SelectedView="WeekView" DayStartTime="07:00:00" DayEndTime="18:00:00"
CustomAttributeNames="aptType,Description,number,name,phone,adresse,city,visitType,EnvisagedDate,AllowedMovePast,AllowedMoveFuture,Priority,isFinished,siteId,siteDescription,unAvailabilityType,unAvailabilityDesc,isCanceled,FromOldPlanVersion,ManuelCreation"
EnableCustomAttributeEditing="True" StartInFullTime="False" AllowInsert="False"
EnableAdvancedForm="False" OnClientAppointmentEditing="AppointmentEditing"
OnClientAppointmentMoveEnd="OnClientAppointmentMovingEnd"
OnClientAppointmentMoving="OnClientAppointmentMoving"
OnClientAppointmentContextMenu="onAppointementContextMenu"
OnClientTimeSlotContextMenu="onTimeSlotContextMenu"
OnClientAppointmentResizeEnd="OnClientAppointmentResizeEnd"
OnClientAppointmentResizing="OnClientAppointmentResizing"
ShowAllDayRow="True" ShowFooter="True" Skin="Office2007"
EnableDatePicker="false"
meta:resourcekey="RadScheduler1Resource1" ShowFullTime="False" Height="503px" Culture="fr-CA">
</telerik:RadScheduler>
</div>
<
telerik:RadToolTipManager runat="server" ID="RadToolTipManager1" Width="140px" Height="100px" Position="BottomRight" Sticky="True" Text="Loading..."
ToolTipZoneID="scheduler" Skin="Office2007" ShowDelay="500"
meta:resourcekey="RadToolTipManager1Resource1" style="display: none; z-index:999">
</telerik:RadToolTipManager>
First time my calendar is displayed, this work good but when I navigate in sceduler, at bottom of this scheduler, It appears a div around Tooltipmanager. This div is visible and it is empty. This div is an TooltipmanagerPanel. I don't want to see this panel because display of my page is wrong