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

RadButton Inside a RadSplitter with Scrollbar

3 Answers 136 Views
Button
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 11 Nov 2010, 05:32 PM
I have a RadButton which is sitting in a user control in a RadPane. When the content in the pane grows too large, a vertical scrollbar appears. However, when the pane is scrolled, the button does not scroll with the rest of the content (as if it is positioned absolutely), whether it is in a table cell or a div. If I mouseOver the button after scrolling, it jumps back to its original position.

Using a "standard" button with a primary icon and no text in IE7.

Thanks.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 11 Nov 2010, 05:49 PM
Hi Josh,

Please, find attached a Word document containing information about known IE6-7 problems. In your scenario, you should set position:relative to RadPane, e.g.

<telerik:RadPane ID="RadPane1" runat="server" Style="position:relative;"></telerik:RadPane>

Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Josh
Top achievements
Rank 1
answered on 11 Nov 2010, 07:21 PM
Hi Rumen,

Thanks for replying. Unfortunately I cannot get this to work. Any element I apply the relative position to (including the pane) causes everything inside that element to exhibit the same behavior. If I get some time I will whip up a test project and submit a support ticket.
0
Rumen
Telerik team
answered on 12 Nov 2010, 04:51 PM
Hi Josh,

Indeed, it will be best to submit a support ticket with a sample working project it so that we can reproduce the problem and provide a solution.

Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Button
Asked by
Josh
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Josh
Top achievements
Rank 1
Share this question
or