Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TreeView > Not able see the last node in tree view

Not answered Not able see the last node in tree view

Feed from this thread
  • Hemamalini avatar

    Posted on Jan 24, 2012 (permalink)

    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.

    Reply

  • Plamen Zdravkov Plamen Zdravkov admin's avatar

    Posted on Jan 27, 2012 (permalink)

    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

    Reply

  • Hemamalini avatar

    Posted on Jan 30, 2012 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > TreeView > Not able see the last node in tree view
Related resources for "Not able see the last node in tree view"

ASP.NET TreeView Features  |   Documentation   |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]