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

List Box not scrolling with page elements

3 Answers 143 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Kristy
Top achievements
Rank 1
Kristy asked on 02 Oct 2009, 02:18 PM
I'm using the basic features of the list box (Q2 2009) and the functionality seems to work fine. I am having an issue with how it handles page resizing and div scrolling.
1. when I resize the browser window (IE 7) - the list box does not move and it overlaps the div border, causing it to cover the footer content.
2. when I scroll the div - all other controls move up or down, but the list box stays put.

I have it sitting in a <div> that has overflow set to auto and it's height set dynamically. The same div contains several Labels. 

The short and sweet version of the aspx...

<div id="MainDiv">   
<telerik:RadAjaxPanel> 
<div id="MultipageDiv">   -- this div is set to overflow:auto in a stylesheet;   
<telerik:RadMultiPage> 
<telerik:RadPageView ID="RadPageViewCustomers" runat="server">   
<div id="ViewPageDiv" >              
<asp:Table ID="Table1" runat="server" Width="800px">   
<asp:TableRow> 
<asp:TableCell>   
<telerik:RadListBox>
   
 
   
 
 
 
   
 
   
 
 
 
   
 
 
 

 

 Any ideas?

3 Answers, 1 is accepted

Sort by
0
Accepted
Genady Sergeev
Telerik team
answered on 07 Oct 2009, 10:59 AM
Hello Kristina Samuels,

This is due to an old bug in IE6/7. Please, add the following css to your scrollable container.

position:relative !important; 


Regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Kristy
Top achievements
Rank 1
answered on 21 Oct 2009, 01:33 PM
It works Beautifully! Thank you so much for your support!
0
kapil sharma
Top achievements
Rank 1
answered on 07 Dec 2010, 08:06 PM
I had same issue but now it is fixed as per your solution provided.

HURRRRRREEEEEEEYYYYY :)

Thanks Genady Sergeev
Tags
ListBox
Asked by
Kristy
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Kristy
Top achievements
Rank 1
kapil sharma
Top achievements
Rank 1
Share this question
or