3 Answers, 1 is accepted
0
Accepted
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.
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
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
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.
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.