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

panelbar collapse/scroll issue with IE 11

1 Answer 73 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 23 May 2016, 03:14 PM

All,

I am having problems with a radpanelbar in IE 11.  It works perfectly in firefox but most of my clients are on IE so I am hoping there is a setting somewhere that will help.  The radpanel is being used to break up a large form and I want everything expanded initially which works well.  So the layout is as follows:

<telerik:RadPanelBar ID="RadPanelBar1" Width="100%" AllowCollapseAllItems="true" runat="server">
    <Items>
          <telerik:RadPanelItem Text="Section 1" Expanded="true">
                <ContentTemplate>
                </ContentTemplate>
          </telerik:RadPanelItem>
          <telerik:RadPanelItem Text="Section 2" Expanded="true">
                <ContentTemplate>
                </ContentTemplate>
          </telerik:RadPanelItem>
                           ....
     </Items>
</telerik:RadPanelBar>

When the page loads in IE and I try to click on Section 1, Section 2 (or any of the following areas), the page jumps to the top of the radpanel and nothing has collapsed.  If I then click on Section 1, it collapses without any problems.  If I go back and expand all the sections and scroll down through the form and once again try to collapse a section, it again jumps to the top.  It will not let me collapse any section unless the window is scrolled so that the first section is at the top of the page.  In firefox, everything works perfectly. If in IE, the page is viewable within the browser without scrolling (I've closed all the big sections and only left small ones open) , then I can collapse/expand ok.  Problem is whenever the top of the radpanel is not visible or when the entire panel is not visible, then it has to jump to the top before I can collapse anything.  This happens regardless of IE compatibility mode.

I also tried wrapping the whole radpanel within an updatepanel, same results in IE.

Thanks for your help

Ken

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 26 May 2016, 08:46 AM
Hello Ken,

We are aware of this problem and it is already fixed with our latest internal build. Below you can find the public item, describing the bug:

http://feedback.telerik.com/Project/108/Feedback/Details/191930-panelbar-item-is-not-expanded-on-first-click-and-jumps-to-the-top-of-the-scroll-w


You can download our latest internal build in order to get advantage of the bug fix.

Regards,
Nencho
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
PanelBar
Asked by
Ken
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or