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

Grouping header looks strange

2 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Henrik Tegman
Top achievements
Rank 1
Henrik Tegman asked on 22 Jun 2010, 02:33 PM
Hi,

I have a RadGrid with grouping = true, I can use it and drag a colum to group by, but the problem is that the text on the grouping is abit off. When I use DeveloperTool to check it I can see that the div that gets created is a bit over the div or rather they overlap.

There is no easy way to explane this, but it simply looks strange or bad basicly the Upper "edge" of the letters hit the top of the grid.

I've added a printscreen.

I have made no adjustments to the grid its straitforward and I've only enabled grouping, sorting and similar functions.
Is there any way to fix this?

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Jun 2010, 03:13 PM
Hi Henrik,

This issue occurs if the page is opened in quirks mode (there is no DOCTYPE or the DOCTYPE is HTML 4.0 loose). Please try to add the following CSS rule to the page and see if it helps:

<style type="text/css"
        
    * html .RadGrid .rgGroupHeader td div div 
    
        top:0
    
        
    </style>

Do not hesitate to contact us if other questions or problems arise.

Best wishes,
Pavlina
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
Tye
Top achievements
Rank 1
answered on 15 Jul 2010, 04:24 AM
I was having the same issue, and that resolved it. Thanks!
Tags
Grid
Asked by
Henrik Tegman
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Tye
Top achievements
Rank 1
Share this question
or