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

Problem with tooltip manager

0 Answers 91 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
ericc34
Top achievements
Rank 1
ericc34 asked on 30 Oct 2008, 06:34 PM
I have a scheduler and a tooltipmanager like this :

<

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

 

No answers yet. Maybe you can help?

Tags
ToolTip
Asked by
ericc34
Top achievements
Rank 1
Share this question
or