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

RadScheduler and AppointmentToolTip Scroll Problems

1 Answer 71 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 1
Juan asked on 26 Oct 2011, 04:56 PM
Hello Team,
I have added a RadScheduler and a RadToolTipManager to a page. The RadScheduler OverflowBehavior="Expand" and Width="100%" to create that effect in the scheduler. When mouse over one of the appointment of the top of the scheduler the RadToolTipManager shows the tooltip over the appointment but when it's in one of the bottom the page is scrolled up and then I have to scroll it down in order to see the tooltip. Is there any solution to avoid the page scrolls up when mouse over an appointment in the bottom of the scheduler?.

<

 

 

asp:UpdatePanel runat="server" ID="EventUpdatePanel" UpdateMode="Conditional">

 

 

 

<ContentTemplate>

 

 

 

    <telerik:RadScheduler ID="EventScheduler" runat="server" 
                        OverflowBehavior="Expand" 
                        width="100%"         
                        Skin
="Web20" 
                        
ReadOnly="true" 
                        DataKeyField="EventId" 
                        EnableEmbeddedSkins="false" 
                        DataSubjectField="Subject" 
                        DataStartField="StartTime" 
                        DataEndField="EndTime" 
                        DataDescriptionField="Description" 
                        TimelineView-UserSelectable="false" 
                        ShowAllDayRow="true" 
                        ShowFullTime="false" 
                        FirstDayOfWeek="Monday" 
                        LastDayOfWeek="Friday" 
                        SelectedView="MonthView" 
                        MonthView-VisibleAppointmentsPerDay="4" 
                        RowHeight="30px" 
                        OnAppointmentCommand="EventScheduler_AppointmentCommand">

 

 

 

        <AppointmentTemplate>

 

 

 

          <div>

 

            <%

 

#Eval("Subject") %>

 

 

 

            <br />

 

 

 

          </div>

 

 

 

        </AppointmentTemplate>

 

 

 

    </telerik:RadScheduler>

 

 

 

    <telerik:RadToolTipManager runat="server" ID="EventToolTipManager" 
        
Width="320" Height="210"

 

 

 

        Animation="Fade" 
        HideEvent="LeaveToolTip" 
        Text="Loading..." 
        RelativeTo="Element" 
        Position="TopLeft"

 

 

 

        OnClientBeforeShow="clientBeforeShow" 
        EnableShadow="true" 
        OnAjaxUpdate="EventToolTipManager_AjaxUpdate" />

 

 

 

</ContentTemplate>

 

</

 

 

asp:UpdatePanel>

 



Regards,

Juan

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 31 Oct 2011, 05:31 PM
Hi Juan,

I tested your settings with the online demo but I wasn't able to reproduce the problem.  Can you send us a simple demo of the issue via a support ticket?


Regards, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Juan
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or