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

[Solved] Scheduler Expanded wrong in IE

1 Answer 59 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ricard Bertran Vall
Top achievements
Rank 1
Ricard Bertran Vall asked on 03 Mar 2010, 11:53 AM
I got all views working fine in Firefox, but when I click in DayView or WeekView in IE it goes out of the margins, as in the attached image.

The scroll looks wright but don't work, to go up and down I can only use the scroll of the window.

The code it's like this:
 
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server"  /> 
    
            <telerik:RadSplitter runat="server" ID="RadSplitter1" PanesBorderSize="0" Width="100%" Height=700px 
                > 
                <telerik:RadPane runat="Server" ID="leftPane" Width="20%"  MinWidth="200"    
                    Scrolling="Y"  
                    OnClientResizing="hideScrollableArea" OnClientResized="showScrollableArea" 
                    OnClientExpanding="hideScrollableArea" OnClientExpanded="showScrollableArea" 
                    OnClientCollapsing="hideScrollableArea" OnClientCollapsed="showScrollableArea" 
                    > 
                    <div class="calendar-container"
                        <telerik:RadCalendar runat="server" Width="100%" ID="RadCalendar1"  AutoPostBack="true" 
                            EnableMultiSelect="false" DayNameFormat="FirstTwoLetters" EnableNavigation="true" 
                            EnableMonthYearFastNavigation="false" OnSelectionChanged="RadCalendar1_SelectionChanged" 
                            FastNavigationStep=12   
                            > 
                        </telerik:RadCalendar> 
                    </div> 
                    <telerik:RadPanelBar runat="server"  ID="PanelBar"  Width="100%" > 
                        <Items> 
                            <telerik:RadPanelItem id="RadPanelItem1" runat="server"  Text="Eventos" Expanded="true"
                                <Items> 
                                    <telerik:RadPanelItem runat="server" Width="100%"
                                        <ItemTemplate> 
                                            <div class="rpCheckBoxPanel"
                                                <asp:Repeater runat="server"  ID="rep_tipo_evento_trab">... </asp:Repeater> 
                                            </div> 
                                        </ItemTemplate> 
                                    </telerik:RadPanelItem> 
                                </Items> 
                            </telerik:RadPanelItem> 
                        </Items> 
                    </telerik:RadPanelBar> 
                </telerik:RadPane> 
                <telerik:RadSplitBar runat="server" ID="RadSplitBar2" CollapseMode="Forward" /> 
                <telerik:RadPane runat="Server" ID="rightPane" Scrolling=Y  Width="80%"   >                     
                      
                 <telerik:RadScheduler runat="server" ID="RadScheduler1"  Height=700px 
...                         
OverflowBehavior="Expand"         
...                        >                                 
                    </telerik:RadScheduler> 
                     
                </telerik:RadPane> 
           
            </telerik:RadSplitter> 




1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 Mar 2010, 03:22 PM
Hi Ricard,

We tested your layout but we could not replicate the problem. Here is a video capture of our tests:
http://screencast.com/t/NzMwYWQx

To provide you with a precise solution, please open a support ticket and send us a simple test page with any additional css styles you use or javascript. Alternatively, you can send us a live url.


Best wishes,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Scheduler
Asked by
Ricard Bertran Vall
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or