Hello,
I have a RadSplitter with 2 RadPanes. In one of the panes there is a RadListBox as shown below.
When i view this page in Firefox or in IE8 Compatibility mode off, when is scroll (the panel has a scrollbar) everything is working fine.
However when i view the page in IE7 or IE8 Compatibility mode ON, when i scroll the labels move up and down with my scrolling as it's supposed to but the RadListbox isn't scrolling with them.
I've found this KB-Item and this Forum-Item and i implemented the solution (setting Position:Relative of the RadPane via the CSS-class) as described in the KB-Item but to no avail, the RadListBox isn't scrolling along with the rest.
Is there something else i need to set as well?
I'm using version 2010.1.519.35 of Telerik.Web.UI
I have a RadSplitter with 2 RadPanes. In one of the panes there is a RadListBox as shown below.
RadPane
-> RadAjaxPanel
-> PlaceHolder
-> Label
-> Label (about 20 of them)
-> RadListBox
When i view this page in Firefox or in IE8 Compatibility mode off, when is scroll (the panel has a scrollbar) everything is working fine.
However when i view the page in IE7 or IE8 Compatibility mode ON, when i scroll the labels move up and down with my scrolling as it's supposed to but the RadListbox isn't scrolling with them.
I've found this KB-Item and this Forum-Item and i implemented the solution (setting Position:Relative of the RadPane via the CSS-class) as described in the KB-Item but to no avail, the RadListBox isn't scrolling along with the rest.
Is there something else i need to set as well?
I'm using version 2010.1.519.35 of Telerik.Web.UI