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
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.
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.