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

Dynamic Grouping - Caption overlapped

3 Answers 36 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy Ho
Top achievements
Rank 1
Andy Ho asked on 12 May 2010, 10:21 AM
Hi,

I tried to use the Dynamic feature of RadGrid, it works but somehow the Grouping Caption didn't show properly. I'm using IE8.

Please refer to the attached screenshot.

Any idea?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 May 2010, 11:59 AM
Hi Andy,

This issue occurs in IE if the page is opened in quirks mode (there is no DOCTYPE or the DOCTYPE is HTML 4.0 loose). To resolve it, please add the following CSS rule to the page:

*  html  .RadGrid  .rgGroupHeader  td  div  div
{
       top: 0 ;
}

Although we do our best to support IE in quirks mode as well, this is not always possible or feasible. Generally, running pages in quirks mode triggers a lot of IE rendering bugs, may cause cross-browser styling issues and is not recommended.

Greetings,
Dimo
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.
0
Andy Ho
Top achievements
Rank 1
answered on 13 May 2010, 01:19 AM
First of all, thanks for your reply.

Actually the page is in XHTML 1.0 Transitional. I've added the CSS you mentioned, but still no luck.

Any other idea?
0
Dimo
Telerik team
answered on 13 May 2010, 07:30 AM
Hi Andy,

In this case you either have some custom CSS styles on the page, which interfere with the RadGrid styling, or have set IE8's mode to quirks manually via the browser's web developer toolbar.

Best wishes,
Dimo
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.
Tags
Grid
Asked by
Andy Ho
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Andy Ho
Top achievements
Rank 1
Share this question
or