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

[Solved] Grid columns and row data overlapping in IE8

2 Answers 119 Views
Grid
This is a migrated thread and some comments may be shown as answers.
brijendra gtm
Top achievements
Rank 1
brijendra gtm asked on 16 Sep 2009, 12:38 PM

Hi,

I am using telerik radgrid “RadControls ASPNET AJAX 2009” .  Everything is ok with grid when I use IE6 and IE7 but when I user IE8 I get the problem of overlapping of data to other columns. Please  provide me solution whether it’s a browser compatibility issue or something I have done wrong.

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 16 Sep 2009, 02:59 PM
Hello,

Please upgrade to the latest version of RadControls, which has this problem fixed, or use the following CSS rule:

.RadGrid  .rgRow  td,
.RadGrid  .rgAltRow  td,
.RadGrid  .rgHeader
{
       overflow : hidden ;
}

Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
brijendra gtm
Top achievements
Rank 1
answered on 17 Sep 2009, 04:44 AM
hello,
It worked, Thanks a lot. for you great help....
Tags
Grid
Asked by
brijendra gtm
Top achievements
Rank 1
Answers by
Dimo
Telerik team
brijendra gtm
Top achievements
Rank 1
Share this question
or