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

Browser vertical scrollbar problem

3 Answers 63 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bader
Top achievements
Rank 1
Bader asked on 10 Jan 2011, 12:00 AM
Hello,

I have a problem with my the browser vertical scrollbar. The scrollbar is disapeared when I check the checkboxes in my application (Which are placed within the radajaxpanel control).

In order to get a better understanding of the problem please view the sample application from [link was deleted because it contained dev version] Just check the "Category1" checkbox and the scrollbar will disapear.
According to my understanding that among the radajaxpanel function is to prevent isuues like this.

I have spent alot of time just trying to solve this problem.
So, plaese I need an immediate help.
It is apprecited to send me the modified code.

Regards,
Bader

3 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 13 Jan 2011, 02:50 PM
Hello Bader,

In order to send us a link with your application please remove the dev version of Telerik.Web.UI.dll from the project bin directory.

Best wishes,
Vasil
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Svetlina Anati
Telerik team
answered on 13 Jan 2011, 03:23 PM
Hi Bader,

 I already examined the demo you sent to us regarding the two issues you face and I modified it in order to fix the js error. However, regarding the scrollbars problem, it has either disappeared after I fixed the demo or you should give us additional instructions or a video capture because I could not reproduce it on my side.

Best wishes,
Svetlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Bader
Top achievements
Rank 1
answered on 13 Jan 2011, 07:15 PM
Hello,

Thank you for your reply,
I solved the problem by removing "html {overflow-y:hidden;}" from the Default.aspx page:

 

<!--[if IE 6]>  
     <style type="text/css">  
        /* some css fixes for IE browsers */   
        html {overflow-y:hidden;}   
        body {overflow-y:auto;}   
        #bg {position:absolute; z-index:-1;}   
        #content {position:static;}   
     </style>  
     <![endif]-->

 
Refards,
Bader

Tags
Ajax
Asked by
Bader
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Svetlina Anati
Telerik team
Bader
Top achievements
Rank 1
Share this question
or