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

RadGrid Issue with RadFormDecorator when placed in fieldset (IE6).

1 Answer 30 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Abhijit Shetty
Top achievements
Rank 2
Abhijit Shetty asked on 13 Oct 2012, 09:57 AM
Hi,
I'm facing an issue when RadGrid having PagerStyle Mode="NextPrevNumericAndAdvanced" is placed in fieldset and decorated by RadFormDecorator with Default skin only in IE6 as can be seen if file attached.



1 Answer, 1 is accepted

Sort by
0
Accepted
Galin
Telerik team
answered on 18 Oct 2012, 05:54 AM
Hi Abhijit,

The issue is observed on my side and you can fix it with the following CSS rule

* html div.RadGrid .rgPager .rgPagerButton
{
    vertical-align: top;
}

Also, our developers will add this fix to the future versions. Thank you for reporting it.

Regards,
Galin
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
Abhijit Shetty
Top achievements
Rank 2
Answers by
Galin
Telerik team
Share this question
or