I am using the report viewer in RadPane (ASP.Net ajax) and the scroll bars are not showing up in the viewer...
Everything is fine except that... Do you have an idea?
Thank you
Alex Bouchard
1 Answer, 1 is accepted
0
Dobromir
Telerik team
answered on 24 Aug 2011, 05:00 PM
Hi Alex,
This behavior may occur if you have registered a custom CSS that set overflow: hidden rule to the <body>. Could please try removing all custom CSS from the page and see if the problem still occurs?
Another possible approach to test this case is to add the following CSS to the page:
body
{
overflow: auto!important;
}
Regards,
Dobromir
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward!
We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>