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

Collapsing display issue

4 Answers 39 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Paul J
Top achievements
Rank 1
Paul J asked on 01 Jun 2011, 03:50 PM
I have a RadPanelBar with some of it's Items having RadListBoxes within their content templates. when I collapse the PanelBarItem, it does in fact collapse, but the RadListBox control remains visible until the collapse animation finishes, while some other form input controls (normal asp.net) like textboxes and drop down lists disappear as the collapsing animation occurs.

Any reason why this is happening? I am not setting any kind of higher z-index on the specific controls that seem to remain visible during the collapsing.

Issue seems to be isolated to just the RadListBoxes. I'm guesstimating this is related to a styling issue and/or the rendered structure of the ListBox control?

The issue is not a deal-breaker by any means; just a minor annoyance. Though I would love to get it resolved.

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 03 Jun 2011, 01:00 PM
Hello Paul J,

Please, try the following css fix:

div.RadListBox .rlbList,  div.RadListBox
   {
       position:static;
       overflow:auto;
   }


Regards,
Peter
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
Paul J
Top achievements
Rank 1
answered on 03 Jun 2011, 01:29 PM
Sorry, no, that did not help. Making its position static actually threw my whole page out of wack. So much so the page is unusable. Any other suggestions?
0
Ivan Zhekov
Telerik team
answered on 08 Jun 2011, 12:44 PM
Hello Paul J,

Could you set up a minimum test project that exhibits this behaviour with all the relevant stylesheets, scripts, images and other resources you think are relevant.

Also it would be helpful to know the version of your operating system and the browser you are using.

With that information provided we'll be quickly able to provide you a solution.

All the best,
Ivan Zhekov
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
Paul J
Top achievements
Rank 1
answered on 08 Jun 2011, 01:59 PM
Thanks. I just realized this issue is happening ONLY in IE7 and in IE8 (while running compatibility mode).

Unfortunately our end users' client PC's running IE8 are forced into compatibility mode due to making sure other applications run correctly. I don't have control over this, so I need to fix this display issue for IE7 / IE8 (compat. mode)

Thanks. I'm creating a support request with a sample project to get this resolved. ticket #432290 i think.
Tags
PanelBar
Asked by
Paul J
Top achievements
Rank 1
Answers by
Peter
Telerik team
Paul J
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Share this question
or