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

Resizing hides content

1 Answer 50 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Mattias
Top achievements
Rank 1
Mattias asked on 23 Nov 2009, 08:26 AM
Hi,
I have a top and a bottom Pane, when I drag the splitter bar it hides the content in the bottom Pane, do you have a clue why?
See attachments for print screens.

Code:
<telerik:RadSplitter ID="RadSplitter1" Runat="server" CssClass="radSplitter"  
        ResizeWithParentPane="False" VisibleDuringInit="false" Width="100%" 
        PanesBorderSize="0" BorderSize="0" Orientation="Horizontal"
        <telerik:RadPane id="FilterPane" runat="server" BorderWidth="0" Scrolling="None" CssClass="reportFilter"
           <div class="reportFilterWrapper"
                <div style="float:right;"
                    <asp:CheckBox ID="checkBoxColapse" runat="server" Text="<%$ Resources:resources,Report_ColapseAutomatic %>"></asp:CheckBox> 
                </div> 
                <div> 
                    <asp:Panel ID="panelReportStart" runat="server"
                        <span class="smaller"><asp:Literal ID="Literal2" runat="server" Text="<%$ Resources:resources,Label_ReportType %>" /><br /></span
                        <asp:ListBox ID="listBoxReportType" runat="server" Rows="20" Width="500"  
                            AutoPostBack="true" onload="listBoxReportType_Load"
                        </asp:ListBox> 
                    </asp:Panel> 
                    <asp:Panel ID="panelReports" runat="server"></asp:Panel>  
                </div> 
            </div> 
        </telerik:RadPane> 
        <telerik:RadSplitBar id="RadSplitbar1" runat="server" CollapseMode="Forward"  
            CollapseExpandPaneText="<%$ Resources:resources,Label_ShowHide %>"></telerik:RadSplitBar> 
        <telerik:RadPane id="ReportPanes" runat="server" Scrolling="None" BorderWidth="0"
          <telerik:ReportViewer ID="ReportViewer1" runat="server" Visible="false"  
                Width="100%" Height="800px" ProgressText="<%$ Resources:resources,Report_LoadingText %>"
            </telerik:ReportViewer> 
        </telerik:RadPane> 
    </telerik:RadSplitter> 


1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 26 Nov 2009, 09:11 AM
Hi Mattias,

I built up a test demo based on your explanations and screenshots but everything works as expected - please see the attached video capture which I prepared for your reference. I also could not completely understand the problem shown on your screenshots - the viewer is resized as expected when teh splitbar is moved. Please, examine the video capture and provide very detailed explanations about the esact actual and expected behavior and more screenshots with the problem clearly marked. Once I have a better understanding on your exact requirements, I will do my best to help.

Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Splitter
Asked by
Mattias
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or