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

splitter inside radTS:PageView is unstable

3 Answers 91 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Nate
Top achievements
Rank 1
Nate asked on 31 Jul 2007, 08:19 PM
what I kinda have is
master page with splitter at 100%
head and footer are set height.
content page has splitter for left and right panes
in right pane I have rad tabstrip and rad pageviews
inside a pageview I try to use another splitter for left and right

in ie6 it seems that the innermost splitter wants to go to 100% no matter if I spec a set width. in FF2.0.0.5 the splitter overruns the pageview if pageview is set to specific size.
In FF it also seems that the splitterbar randomly resizes.

Pretty much it seems like the splitter is unstable when used inside the pageview.

3 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 02 Aug 2007, 08:01 AM
Hello Nate,
Please set ResizeWithParentPane="false" for the RadSplitter that is inside the PageView.

Regards,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Nate
Top achievements
Rank 1
answered on 25 Aug 2007, 02:32 AM
Ok I tried the suggestion of using ResizeWithParentPane="false"
I am not sure what was the intended result but If I try to set the splitter inside the multipage to 100% for H and W it thinks that the H and W it is looking for is the H/W of the parent splitter vs. the multview

 
<<< everything below here is content of a master page which is set up like I specified in the original post.  
 
<radTS:RadMultiPage ID="RadMultiPage1" runat="server" Width="80%" SelectedIndex="0" BorderColor="#91A7B4" BackColor="#F4F4F0" BorderStyle="Solid" BorderWidth="1px" Height="80%" > 
        <radTS:PageView ID="PV_Help" runat="server" > 
            <div style="margin:10px;padding:10px;">                  
               help text here  
            </div>      
        </radTS:PageView> 
        <radTS:PageView ID="PV_Administrative" runat="server">              
            <telerik:RadSplitter ID="RadSplitter1" runat="server" ResizeWithParentPane="false">  
                <telerik:RadPane ID="RadPane1" runat="server"  Width="250" > 
                    <asp:ObjectDataSource ID="ObjectDataSource5" runat="server"   
                        SelectMethod="GetRelatedMemberAdminComm" TypeName="CommunicationODS"></asp:ObjectDataSource> 
                    <radT:RadTreeView OnNodeClick="RadTreeViewCommunications_NodeClick"   
                    ID="RadTreeViewCommunications"   
                    runat="server"   
                    DataFieldID="MessageID"   
                    DataFieldParentID="ParentID"   
                    DataSourceID="ObjectDataSource5"   
                    DataTextField="Subject"   
                    DataValueField="MessageID"   
                    AutoPostBack="True" Skin="Web20"   
                    width="100%" 
                    height="100%" 
                    OnNodeBound="RadTreeViewCommunications_NodeBound">  
                    </radT:RadTreeView> 
                </telerik:RadPane> 
                <telerik:RadSplitBar ID="RadSplitBar1" runat="server" /> 
                <telerik:RadPane ID="RadPane2" runat="server" > 

So if there is anything about the multiview like the tabs or a title it makes the calculation of 100% for the splitter incorrect. I guess, how do I make the percentage relative to the container of the pageview inside the multiview?
Is there anything in particular that I am doing wrong?
0
Tsvetie
Telerik team
answered on 27 Aug 2007, 11:46 AM
Hello Nate,
I am not sure I understand your scenario completely. I prepared a simple project following your instructions, but could not reproduce the problem - please find the pages of my project attached. Could you please prepare and send us (as an attachment to a new support thread) a simple running project, with which we can reproduce the problem?

Regards,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
Nate
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Nate
Top achievements
Rank 1
Share this question
or