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

What are these white spaces for? How can I remove them?

3 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Wei
Top achievements
Rank 1
Wei asked on 04 Jun 2009, 02:36 PM
What are these white spaces for? How can I remove them?

http://209.200.250.235/Untitled-1.png

3 Answers, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 09 Jun 2009, 01:55 PM
Hello Wei,

The visual glitch in Firefox 3 is caused by:
Browser Inconsistencies with Scrolling and Padding

To avoid the unexpected behavior I suggest that you create an image, which looks like the RadGrid header row and set it as a background image to the RadGrid outer div:

CSS

div.RadGrid_Office2007
{
     background: url(.....) 100% 0 repeat-x;
}

Alternatively, you can leave the empty space in the top-right corner in Firefox 3 as is - in previous versions RadGrid looked that way in all browsers.

The 16px right padding corresponds to the standard scrollbar width. It is set on the server and recalculated on the client.

Greetings,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Mário Alessand Gonçalves Oliveira
Top achievements
Rank 1
answered on 19 Mar 2010, 03:24 PM
Hi Pavlina!

We´re facing the same issue using version 2010.1.316.35, and it only really happens on IE8. Is there a forecast to resolve this problem?

Best regards
0
Pavlina
Telerik team
answered on 22 Mar 2010, 04:38 PM
Hi Mário,

Could you please confirm that you have tested the provided solution in the previous post and the issue still persists?

Sincerely yours,
Pavlina
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
Grid
Asked by
Wei
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Mário Alessand Gonçalves Oliveira
Top achievements
Rank 1
Share this question
or