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

White space above scrollbar

3 Answers 112 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 30 Sep 2011, 03:33 PM
Hi,

    I'm seeing white empty space above the scrollbar on the radgrid (first_Image.png). I went through several theards on this issue and found a css solution to modify the .rgHeaderDiv

.RadGrid

 

.rgHeaderDiv

 

{

 

border: 0px solid !important;

 

 

width: 100% !important;

 

}



This works fine for me except one issue.
This solution has distorted the alignment of the header and Items columns (second_Image.png). I could not figure out how to resolve this issue. Please help me.

Thanks
Rajesh

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 30 Sep 2011, 04:27 PM
Hi Rajesh,

I am afraid that there is no way to avoid the alignment issue which is cause by the Css code you used. The only possible workaround for this problem is to create a custom background image, which looks like the header background and set it as a background of the outer RadGrid <div>.

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Eric Bradley
Top achievements
Rank 1
answered on 31 Jan 2013, 03:00 PM
Hi, We are currently experiencing this same issue. We are using your styles Office2010Blue with no custom styles. If also noticed the issue with your online demo. To see this issue go to your grid demo and select Office2010Blue skin.

Thanks
Eric

0
Pavlina
Telerik team
answered on 04 Feb 2013, 04:30 PM
Hi Eric,

Go through the forum thread below:

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Eric Bradley
Top achievements
Rank 1
Share this question
or