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

[Solved] Bug: Static Headers and Grouping

3 Answers 113 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Guido Tapia
Top achievements
Rank 1
Guido Tapia asked on 06 Apr 2009, 03:18 AM
Hi I have a RadGrid with groups and static headers.  This causes display issues: The group headers are not aligned correctly.  I have tried several skins and they all appear to have this issue.


I also have group footers visible, perhaps this is contributing to the problem.

Would love to attach an image but no attach available.

Any workaround available?

Thanks

Guido Tapia

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 08 Apr 2009, 03:22 PM
Hi Guido,

Can you please verify that you are using the latest version 2009.1.402 (Q1 2009 SP1) of RadControls for ASP.NET AJAX in your project? Additionally, does the issue appear under a specific browser only or is cross-browser?

I will appreciate if you provide a live url where the discrepancy can be observed and troubleshoot further. You may also inspect the rendered html of the grid using IE developer toolbar or Firebug to locate the cause of these misalignments.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Guido Tapia
Top achievements
Rank 1
answered on 08 Apr 2009, 09:30 PM
Hi Sebastian,

This is happening in IE8 (also in compatibility mode).  This does not happen in chrome or netscape.

I have a workaround which is appliying this style when IE:

.group-header-data-cell

 

div

 

{

 

position:relative;

 

top:9px;

}

Where group-header-data-cell is the CssClass of the DataCell of the group header item.

Unfortunately I cannot provide a live sample of this.

Thanks

Guido Tapia

0
Dimo
Telerik team
answered on 09 Apr 2009, 06:18 AM
Hello Guido,

The issue could occur because there are some custom styles applied to the group header or its <div>s, e.g. height or font-size. In this case your workaround is needed.

If you provide a runnable demo exhibiting the problem, we will gladly look into it.

Best wishes,
Dimo
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Guido Tapia
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Guido Tapia
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or