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

Load page into RadSplitter Pane

1 Answer 66 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 15 Jul 2008, 12:46 PM
Hi,

I've tried everything I can think of to get this to work and can see no examples, so hopefully somebody can help here.  My RadTreeView is situtated within a RadPane which is within a RadSplitter.  I just want to load the page into another RadPane when an item is clicked in the RadTreeView.  How can I achieve this if I want to load the page into ContentPane when a node in PageListTreeView is clicked in the example below?

<telerik:RadPane ID="OuterContentPane" runat="server" Scrolling="None" BorderSize="0">  
    <telerik:RadSplitter ID="EntityPaneSplitter" runat="server" Orientation="Vertical" BorderSize="0" VisibleDuringInit="false">  
        <telerik:RadPane ID="EntityPane" runat="server" Height="100%" Width="250px" MinWidth="250" Scrolling="None">  
            <telerik:RadTreeView ID="PageListTreeView" runat="server" ExpandAnimation-Type="Linear" ExpandAnimation-Duration="250" EnableEmbeddedSkins="false" Skin="KSSG" /> 
        </telerik:RadPane> 
    <telerik:RadSplitBar ID="MainPaneSplitBar" runat="server" CollapseMode="Both" /> 
        <telerik:RadPane ID="MainPane" runat="server" Scrolling="None">  
            <telerik:RadSplitter ID="MainPaneSplitter" runat="server" Orientation="Horizontal" BorderWidth="0" VisibleDuringInit="false">  
                <telerik:RadPane ID="ContentPane" runat="server" ContentUrl="Administrator.aspx" BorderWidth="0"></telerik:RadPane> 
            </telerik:RadSplitter> 
        </telerik:RadPane> 
    </telerik:RadSplitter> 
</telerik:RadPane> 

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Jonathan
Top achievements
Rank 1
answered on 15 Jul 2008, 12:49 PM
Please ignore this post...typically as soon as I post this I find the answer in the knowledge base :-)
Tags
TreeView
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Jonathan
Top achievements
Rank 1
Share this question
or