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

GridTemplateColumn in IE7

1 Answer 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jocelyn
Top achievements
Rank 1
Jocelyn asked on 16 Oct 2012, 05:43 PM
Hi,

I have a GridTemplateColumn which contains a checkbox. It works well in every browser except IE7 which looks like this (see below) when I scroll.

Is that a known issue?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 17 Oct 2012, 10:32 AM
Hello,

This problem is related to the IE7 browser:
http://snook.ca/archives/html_and_css/position_relative_overflow_ie/.

To resolve it you should set position:relative to the scrollable container (grid datadiv in your case) as shown below:
<style>
.rgDataDiv
{
  position: relative;
    }
</style>

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
Jocelyn
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or