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

Vertical Scrolling and GridTemplateColumn with RadButton

3 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Yura
Top achievements
Rank 1
Yura asked on 18 May 2012, 08:37 AM
Hi.
I'm using RadGrid with two pre-defined columns, one of those column is a GridTemplateColumn with RadButton used as a checkbox.
When i enable scrolling (to avoid a need to scroll down the whole page) the checkboxes are displayed just the same as for grid without scrolling. Screenshot is attached:

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 May 2012, 02:19 PM
Hi Yura,

This problem is a know issue in IE6 and and IE7. You can refer to the help article below for more information on the subject: 
http://www.telerik.com/help/aspnet-ajax/button-known-issues-ie6-ie7.html

Kind 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.
0
Tracey
Top achievements
Rank 1
answered on 22 May 2012, 07:20 PM
I'm not sure I understand ,  the div wrapper is created by the grid ( where should the position:relative be set at ?

Also I am using IE9
0
Pavlina
Telerik team
answered on 23 May 2012, 09:09 AM
Hello,

To resolve the problem in your case you should set position:relative to the grid data div as shown below:
<style type="text/css">
    .rgDataDiv
    {
        position: relative;
    }
</style>

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