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

Radlistbox and Collapsable Panel Extender

3 Answers 46 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 29 Jun 2011, 02:35 PM
Hi I have a radlistbox inside of a panel that has a collapsable panel extender added to it and when the panel is minimized the radlistbox sits on top of it and does not hide. THis only happens in IE8 and older versions. Please tell me how I can overcome this.

3 Answers, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 05 Jul 2011, 07:56 AM
Hi Jason,

Please add the following CSS class to your project.
<style type="text/css">
        div.RadPanelBar .rpSlide
        {
            overflow:scroll !important;
            position:relative !important;   
        }
    </style>

It is a known issue with IE7. For more details Please consult with the following article.

Best wishes,
Peter Filipov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jason
Top achievements
Rank 1
answered on 05 Jul 2011, 01:55 PM
Sorry, it is not inside a rad panel, it is in an asp.net panel with an ajaxtoolkit panel extender on it. So the solution above did not fix the problem.
0
Peter Filipov
Telerik team
answered on 08 Jul 2011, 11:21 AM
Hi Jason,

I tried your scenario on my side and everything works fine. Please review the following video.
Please send a working sample project to investigate it locally.

Best wishes,
Peter Filipov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
ListBox
Asked by
Jason
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Jason
Top achievements
Rank 1
Share this question
or