Hello,
is there an issue with horizontal scrolling in a PanelBar ItemTemplate? Vertical scrolling works fine. I have a TreeView inside the template, but the horizontal scrollbar does not appear when the TreeView is expanded.
I found the same issue at: http://www.telerik.com/community/forums/thread/b311D-edhac.aspx
Greetings
Philip
is there an issue with horizontal scrolling in a PanelBar ItemTemplate? Vertical scrolling works fine. I have a TreeView inside the template, but the horizontal scrollbar does not appear when the TreeView is expanded.
I found the same issue at: http://www.telerik.com/community/forums/thread/b311D-edhac.aspx
Greetings
Philip
4 Answers, 1 is accepted
0
Hello Philip,
I think the best way to proceed is to open a support ticket and send us a simple running project illustrating the problem. We will test it locally and try to find a solution.
Also, please give us information about the RadPanelBar control which you use - is this RadPanelBar for ASP.NET or RadPanelBar for ASP.NET AJAX (part of Telerik.Web.UI suite)?
Regards,
Rosi
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
I think the best way to proceed is to open a support ticket and send us a simple running project illustrating the problem. We will test it locally and try to find a solution.
Also, please give us information about the RadPanelBar control which you use - is this RadPanelBar for ASP.NET or RadPanelBar for ASP.NET AJAX (part of Telerik.Web.UI suite)?
Regards,
Rosi
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Andreas Kaech
Top achievements
Rank 1
answered on 02 Jun 2008, 10:47 AM
Hi Team Telerik,
is there still ;-) a workaround to get the horizontal scrollbar in IE?
Thanks for answering,
Andreas
is there still ;-) a workaround to get the horizontal scrollbar in IE?
Thanks for answering,
Andreas
0
Hello Andreas,
As already suggested to Philip, you'd better open a support ticket and send us a simple running project illustrating the problem. We will test it locally and try to find a solution.
Kind regards,
Paul
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
As already suggested to Philip, you'd better open a support ticket and send us a simple running project illustrating the problem. We will test it locally and try to find a solution.
Kind regards,
Paul
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Andreas Kaech
Top achievements
Rank 1
answered on 09 Jun 2008, 03:32 PM
... if someone else has the same problem, here is the solution:
<style type="text/css">
.RadPanelBar .rpLevel1
{
overflow: auto !important;
}
</style>
This works.
<style type="text/css">
.RadPanelBar .rpLevel1
{
overflow: auto !important;
}
</style>
This works.