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

Radtreeview Nodes overflow the container with scrollbar

3 Answers 261 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Nishant
Top achievements
Rank 1
Nishant asked on 11 Feb 2013, 05:10 AM
Hi,

I have a RadTreeView inside a RadPageView. Whenever i expand the nodes of the RadTreeViews it overflows out of the container Panel/Div/RadPane (image attached). Please help me choose the right container or styling for the RadTreeView so that it stays inside the container and scrollbars are activated whenever the number of nodes are more than its height. Here is the relevant PageView section of my code :

<telerik:RadMultiPage ID="MultiPage" Width="100%" Height="560px" runat="server" SelectedIndex="0"
    RenderSelectedPageOnly="true">
 
    <telerik:RadPageView ID="ProductsPageView" runat="server" Width="100%" Height="100%">
        <div style="height: 450px; width: 450px; overflow:scroll; border-color: Gray; border-width: thin;
            border-style: solid;">
            <telerik:RadTreeView ID="ProductsTreeView" runat="server"
                CheckBoxes="true" CheckChildNodes="true" MultipleSelect="true" TriStateCheckBoxes="True"
                Height="400px" Width="90%">
            </telerik:RadTreeView>
        </div>
    </telerik:RadPageView>
</telerik:RadMultiPage>



Also, the RadMultiPage is inside a RadWindow, So, this overflow activates the vertical scrollbars of RadWindow, but i'm not able to keep it inside any other container within the RadWindow. I've tried using Panel, Div and RadPane(with RadSplitter).

I'm using version 2012.3.1205.40 with .NET Framework 4.

Thanks,
Nishant



  

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 11 Feb 2013, 11:59 AM
Hi Nishant,

The issue that you encounter is a bug of the RadTreeView control that is already fixed. would suggest that you upgrade and use the latest version where the issue no longer persists.

Kind regards,
Kate
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.
0
Bertil
Top achievements
Rank 1
answered on 06 Feb 2014, 09:36 AM
Hi,

In what product version is it done? Productversion 2013,3,1324,40, which is the latest the bug is not fixed.

Regards,
Bertil Morefält
0
Kate
Telerik team
answered on 07 Feb 2014, 09:50 AM
Hello Bertil,

Can you please provide the code that you are currently using with the RadTreeView control so I can test it locally and check what might be causing the issue that you get?

Regards,
Kate
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TreeView
Asked by
Nishant
Top achievements
Rank 1
Answers by
Kate
Telerik team
Bertil
Top achievements
Rank 1
Share this question
or