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

Not able see the last node in tree view

2 Answers 49 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Hemamalini
Top achievements
Rank 1
Hemamalini asked on 24 Jan 2012, 01:02 PM
Hi,    
    
    I use RadTreeView inside Collapsible panel extender. I couldn view the last node in the tree. But when i expand or collapse the collapsible panel extender, the last node is visible. Below is the code i used in design    
 
<div class="left width350" id="divAdministrationModules" runat="server">
                                <div class="divborder maarginleft20 width350">
                                    <asp:Panel ID="panelAdministrationModules" CssClass="" runat="server">
                                        <div class="divSearchHeader width350">
                                            <asp:Label ID="LabelAdministrationTitle" runat="server" Text="Administration Modules"
                                                CssClass="divSearchHeaderText" />
                                            <div class="floatRight">
                                                <asp:ImageButton ID="ImageButtonAdministration" runat="server" ImageUrl="~/images/collapsible.gif"
                                                    AlternateText="(Show/Hide Details...)" />
                                            </div>
                                        </div>
                                    </asp:Panel>
                                    <asp:Panel ID="panelAdministrationModulesContent" runat="server"  CssClass="maarginleft20 width350"
                                        Style="overflow: hidden;">
                                        <telerik:RadTreeView OnClientNodeChecked="AfterCheck" ID="treeViewAdministrationFunctionals"
                                            TriStateCheckBoxes="true" CheckBoxes="true"  runat="server" autopostbackoncheck="false"
                                            Width="350px">
                                        </telerik:RadTreeView>
                                    </asp:Panel>
                                    <ajaxToolkit:CollapsiblePanelExtender ID="AdministrationMenu" BehaviorID="cpbExtender2"
                                        runat="Server" TargetControlID="panelAdministrationModulesContent" ExpandControlID="panelAdministrationModules"
                                        CollapseControlID="panelAdministrationModules" Collapsed="false" ImageControlID="ImageButtonAdministration"
                                        ExpandedImage="~/images/Uncollapsible.png" CollapsedImage="~/images/collapsible.png"
                                        SuppressPostBack="true" />
                                </div>
                            </div>

Any Ideas would be great

Thanks,
Hema.

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 27 Jan 2012, 09:32 AM
Hi Hema,

 
I tested the code, but could not observe any unusual behavior.

Would you please give some more details about what should be done in order to reproduce the issue or make a video with steps which need to be performed? 

Kind regards,
Plamen Zdravkov
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
Hemamalini
Top achievements
Rank 1
answered on 30 Jan 2012, 10:40 AM
Hi Plamen,

                  Thanks for your reply. I have used cssclass paddingbottom20, which provides me an empty space below, and makes my last node visible. i am fine with this solution. Thanks anyways.

Regards,

Hema.
Tags
TreeView
Asked by
Hemamalini
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Hemamalini
Top achievements
Rank 1
Share this question
or